Trochę się pozmieniało w tym emulatorze Nintendo WII U - co zawsze daje miłe rezultaty kod Cemu został uwolniony i dołączył do rodziny Open Source.
GitLog
commit 6fa77feba3ec7437b57b6c4c221cde9eb07cd399 (tag: v2.0-71)
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Tue Mar 12 05:52:53 2024 +0100
- Latte: Fix regression in dd7cb74
commit 224866c3d218995458d957c1c3777313e289da63 (tag: v2.0-70)
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Tue Mar 12 01:37:07 2024 +0100
- CI: Work around a vcpkg issue by checking out an earlier commit
commit a50e25300d1c3d4eec9ba3085067facff035815f
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Mar 11 23:01:37 2024 +0100
- Vulkan: Remove unused code path for texture copies
- In 2020 we switched to drawcalls for texture copies replacing the copy-via-buffer path. It's not been used since so lets remove it
commit 1f9b89116f2bad17f9dbd0017b38e0da181fa4c9
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Mar 11 21:55:58 2024 +0100
- Vulkan: Fix crash during shutdown if shaders are still compiling
- Make sure the async shader compiler threads are stopped before the shaders are deleted
commit 40d1eaeb72f050916b29396805b8ea990345d418
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Mar 11 21:37:44 2024 +0100
- nn_ac: Refactor and implement more API
- Doesn't fix any issue as far as I know but it removes some of the unsupported API complaints in debug logging
commit dd7cb74cd21202471634e991865be242f8e45c58
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Sun Mar 10 23:36:47 2024 +0100
- Latte: Small refactor and clean up for texture size code
commit 0993658c82e89dbda35d29b36a69d1e9e3d47678
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Sun Mar 10 01:21:04 2024 +0100
- GX2: Rework GX2Set*UniformReg
- Use cafeExportRegister() instead of legacy export
- Submit as a single PM4 packet
- Add logging for the special case of the size parameter (not sure if this is used by any game?)
- Add some extra validation and logging which may be helpful to homebrew devs
commit 3d0d987d895686d749073006c9eca96aa650b9ac
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Sun Mar 10 01:10:19 2024 +0100
- Logging: Introduce logOnce helper
- For cases where printing a message once is enough and to avoid spamming log.txt
commit bb88b5c36dd145c4d176b26b749c0817c300b2e6
Author: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com>
Date: Mon Mar 11 02:40:47 2024 +0100
- Fix crash introduced by #1115 (#1117)
- * Revert "CafeSystem: Init recompiler after game profile has been loaded (#1115)"
- * Instead move gameprofile load call
commit ccabd9315947cedbbf198c1e0dabffe963b67550
Author: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com>
Date: Mon Mar 11 02:13:53 2024 +0100
- Linux: Exit on SIGTERM (#1116)
commit 788da3cdf73741a10f714772b74b0675e2e98282
Author: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com>
Date: Mon Mar 11 01:47:31 2024 +0100
- CafeSystem: Init recompiler after game profile has been loaded (#1115)
commit e1435066ee0ccc65e3ec6244c334214243236883
Author: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com>
Date: Mon Mar 11 00:57:31 2024 +0100
- OpenGL: Fix crash related to wxWidgets handling of vsync (#1112)
commit a2d74972d4e0cd3b61dc4deb32566fc385942963
Author: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com>
Date: Mon Mar 11 00:55:31 2024 +0100
- Prevent changing of console language while a game is running (#1114)
commit f69fddc6e50aabf71d1c78e73d7bcd6545b8ab92
Author: goeiecool9999 <7033575+goeiecool9999@users.noreply.github.com>
Date: Sun Mar 10 23:25:16 2024 +0100
- TitleManager: Fix crash when sorting by format (#1113)
commit d9e8ca2c833e2b2adf8f1c1cc71f7846fd87b816 (tag: v2.0-68)
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Sat Mar 9 02:25:40 2024 +0100
Revert "Vulkan: Update some code to use VK_KHR_synchronization2"
This reverts commit 8f1cd4f9255e16aeddb2e72d35a47f37e1e478bc.
- We received reports from users stuck with Vulkan drivers from 2019. (E.g. Kepler on Windows). So let's not unnecessarily increase the Vulkan requirement for now and postpone this to after the next stable release
commitb390023bc5b04a0b50c6fd2a1bc10feb19a22f59
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Fri Mar 8 14:48:59 2024 +0100
- README.md: Fix minor ambiguity
commitea68f787eb6b8054805502a8b4aabae08ae59d94
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Fri Mar 8 14:41:01 2024 +0100
- Vulkan: For MSAA surface copies make the target MSAA too
- Fixes #1108
commit9f9bc9865f23d3a1f07ce905003b7d5d640aab82
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Fri Mar 8 03:12:26 2024 +0100
- Vulkan: Avoid calling vkCmdClearColorImage() on compressed textures
- This is not allowed according to the spec and can crash drivers. Fixes #1100
commitb8d81283e86f91238a166b25ac46281620a3260b
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Tue Feb 27 00:15:43 2024 +0100
- Vulkan: Remove unnecessary index buffer for backbuffer drawcall
commit8f1cd4f9255e16aeddb2e72d35a47f37e1e478bc
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Feb 26 23:52:33 2024 +0100
- Vulkan: Update some code to use VK_KHR_synchronization2
commit49c55a3f561eed2da750cbacfcef4fc5ffe1075e
Author: Simon <113838661+ssievert42@users.noreply.github.com>
Date: Wed Mar 6 14:37:36 2024 +0100
- nsyshid: remove stray print statements (#1106)
commit8b37e316d0537da9c717cb0698c9141e668d6fff
Author: Leif Liddy
- BUILD.md: Add llvm package for Fedora (#1101)
commita63678c1f40c21151c6daa6f20cbb8fc600ae92a (tag: v2.0-66)
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Tue Feb 20 11:10:35 2024 +0100
- Update SDL2 vcpkg port to 2.30.0
commit72ce4838ea79252f9ec0df3f3eeb5959ca6616e6
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Feb 19 12:07:03 2024 +0100
- Latte: Optimize uniform register array size for known shaders
commit96bbd3bd259eccb767be3a8a3dd406cdbff4b905
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Feb 19 12:03:16 2024 +0100
- Latte: Avoid assert in texture view check
commit3a02490a1f37c7f437b99a2ef459ab886d08d79f
Author: MoonlightWave-12 <123384363+MoonlightWave-12@users.noreply.github.com>
Date: Sun Feb 18 17:12:09 2024 +0100
- BUILD.md: Mention Debian in the build-instructions for Ubuntu (#1096)
commit8d7fc98275f3eae1f2e105df678956b7540e65eb
Author: rawdatafeel <108900299+rawdatafeel@users.noreply.github.com>
Date: Sat Feb 17 23:59:00 2024 -0500
- Improve BUILD.md (#1093)
commited01eaf5f949847d8be16d271abdeafe901e3971
Author: capitalistspz
- Gamelist: Add right-click actions for copying title ID, name, and icon (#1089)
commit9bbb7c8b97ff6e5a080984c818b1e66b0f2ce609
Author: Steveice10 <1269164+Steveice10@users.noreply.github.com>
Date: Sat Feb 17 20:54:41 2024 -0800
- Add support for portable directory without build flag (#1071)
commit6a08d04af9c22d2b6ec432b9ac48a299abcfb9f8
Author: Squall Leonhart
- UI: Make Alt+F4/Ctrl+Q more reliable (#1035)
commit81acd80a97faa3905d27ad170f16244e17581d2d
Author: Squall Leonhart
- Cubeb: Add a default device to the selection (#1017)
commitca01e923bf03573d5023feb0f4464ce015910ea6
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Sat Jan 20 00:33:36 2024 +0100
- Update issue templates
commit4e4ac0de51b82c455aec71060c109f9e5a1888d9
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Fri Jan 19 23:32:24 2024 +0100
- CI: For the Windows build use as many cores as available
commit18679af4ec641a4c59753d54751dcab257777eef
Author: capitalistspz
- Ignore Wii U pro controller
commit72aacbdcecc064ea7c3b158c433e4803496ac296
Author: Mike Lothian
- Vulkan: Don't use glslang internal headers
Signed-off-by: Mike Lothian
commite53c63b828e856cb4bf11729cdf90fe12544ac9f
Author: Colin Kinloch
- Flatpak: Create shortcuts that launch flatpak
commitf899ab7c34035bc3746112b6459bd15a4a181dd4
Author: Colin Kinloch
- Vulkan: Check for 0 size before wayland resize
- Fixes "Launching games directly with the --title-id argument doesn't work in Wayland" (#999)
commit7e778042ee0aa053f6daa6a0c23f7ff0c74b5f6e (tag: v2.0-65)
Author: Live session user
- Fix macos missing dylib file
commitf58b260cbd566f1f76506246b3b9cd247b1ca511 (tag: v2.0-64)
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Jan 15 16:31:59 2024 +0100
- Fix macos missing dylib file
commitf39a5e757b1d82c509c12ba67e88916cf7341573
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Jan 15 15:14:42 2024 +0100
- Add "Open MLC folder" option
- Also updated Patron supporter list
commit9b0a1d53dc449fedebd5eb6255a312aa334ffad9 (tag: v2.0-63)
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Sun Jan 14 23:40:29 2024 +0100
- Latte: Fix syntax error in generated GLSL
commit223833cac4512c41a9d53ef630c1bd7b1bb1960c (tag: v2.0-62)
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Sat Jan 13 20:37:10 2024 +0100
- Update libraries
commit4405116324fda4895ccdc1ec6bc32ee253b16261
Author: GaryOderNichts <12049776+GaryOderNichts@users.noreply.github.com>
Date: Sun Dec 24 00:25:01 2023 +0100
- GDBStub: Support watchpoints on linux (#1030)
- * GDBStub: Support watchpoints on linux
- * GDBStub: Use `TCP_NODELAY`
commitbab1616565b8fab99c52e0bedb275ae90a7b53df
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Wed Dec 13 22:43:37 2023 +0100
- nsysnet: Add support for SO_BIO and handle SO_ENOTCONN
commitd2ba4e65c5d7802e53faac21922be1bf9347f325
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Wed Dec 13 18:09:30 2023 +0100
- Latte: 1D views are compatible with 1D textures
commit2167143c17168cc7376b08a8fb3a501c1bc3ab87
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Wed Dec 13 12:22:59 2023 +0100
- Latte: Support for SAMPLE_LB
commitdf282ab230d07629e28dca16b5decea198879baa
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Fri Dec 8 15:19:12 2023 +0100
- Latte: Clean up OpenGL relics in shared render code
commit646835346c1eb6d29f632843b5e07e90a804d62c
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Thu Dec 7 13:50:16 2023 +0100
- Latte: Refactor legacy OpenGL code for shader binding
commitdee764473db26462a898aae8ea73c65a9cbafda1
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Wed Dec 6 02:29:56 2023 +0100
- Latte: Small refactor for GLSL texture coord handling
- Also adds support for 2D textures coordinates with source as 0.0 or 1.0 literals instead of GPRs. Seen in shaders generated by CafeGLSL
commite7fa8ec0c63f37a93fbcb0c7b372d5fb8640091e
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Wed Dec 6 02:16:17 2023 +0100
- Vulkan: Properly shut down compilation threads
commitbffeb818d1e2770c3f47e7290deffdc5136c6b90
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Wed Nov 22 17:57:20 2023 +0100
- GfxPack: Refactor + better unicode support
commit67f7ce815c0b97c5ff0f19e9c3ad9a6d64d756a7
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Tue Nov 21 16:39:55 2023 +0100
- nn_pdm: Refactor code to use new module structure
commit9398c0ca6b142ec92e297dd099bbcba7f22749b1
Author: Exzap <13877693+Exzap@users.noreply.github.com>
Date: Mon Nov 20 22:18:17 2023 +0100
- Latte: Simplify and fix texture copy
commitf6bb666abf9a34bab705b53bf8fb913696bb4b31
Author: shinra-electric <50119606+shinra-electric@users.noreply.github.com>
Date: Sun Dec 10 08:30:08 2023 +0100
- Mac: Add wua filetype to info.plist (#1039)
commitb6aaf6633063be47d89a8216e269e32aec5a4b49 (tag: v2.0-61)
Author: qurious-pixel <62252937+qurious-pixel@users.noreply.github.com>
Date: Wed Dec 6 17:07:50 2023 -0800
- [AppImage] Bundle libstdc++ (#1038)
<END OF SVN SUPPORT>
→ [WIIU] Cemu Exp v2.0-60 06/12/2023
Cemu v2.0-52 (Experimental) | 2022-09-29
- nw [check changelog]
Cemu v2.0-51 (Experimental) | 2022-09-13
- nw [check changelog]
SVN
Revision 515 / Cemu 2.0.60
Author: capitalistspz | Date: środa, 6 grudnia 2023 02:33:29
- Use hidapi for Wiimotes on Windows (#1033)
Revision 514
Author: exzap | Date: czwartek, 19 października 2023 05:55:52
- nn_fp: Multiple fixes
Revision 513
Author: exzap | Date: środa, 18 października 2023 10:49:59
- Set default alignment for SysAllocator to cache-line size
- Avoids memory corruptions when the memory is cleared via DCZeroRange. Seen in BotW with AX AUX buffers.
Revision 512
Author: bslhq | Date: wtorek, 17 października 2023 14:45:55
- Fix nfc menu list of recent nfc files (#996)
Revision 511
Author: exzap | Date: poniedziałek, 2 października 2023 21:24:50
- Fixes for titles in NUS format
- Symlinks were not handled correctly
Revision 510
Author: exzap | Date: poniedziałek, 2 października 2023 19:05:44
- Latte: Fix uniform size limit being too low
Revision 509
Author: exzap | Date: sobota, 30 września 2023 03:07:49
- Fix game path not respecting utf8 encoding
Revision 508
Author: capitalistspz | Date: środa, 6 grudnia 2023 02:33:29
- Use hidapi for Wiimotes on Windows (#1033)
Revision 507
Author: shinra.electric | Date: poniedziałek, 27 listopada 2023 12:24:26
- Set macOS min version to 12.0 Monterey (#1025)
Revision 506
Author: garyodernichts | Date: poniedziałek, 27 listopada 2023 12:21:52
- GDBStub: Fix checkSum string to int conversion (#1029)
Revision 505
Author: exzap | Date: czwartek, 19 października 2023 05:55:52
- nn_fp: Multiple fixes
Revision 504
Author: exzap | Date: środa, 18 października 2023 10:49:59
- Set default alignment for SysAllocator to cache-line size
- Avoids memory corruptions when the memory is cleared via DCZeroRange. Seen in BotW with AX AUX buffers.
Revision 503
Author: exzap | Date: środa, 18 października 2023 10:43:36
- coreinit: Fix potential race condition in IPC code
Revision 502
Author: bslhq | Date: wtorek, 17 października 2023 14:45:55
- Fix nfc menu list of recent nfc files (#996)
Revision 501
Author: exzap | Date: wtorek, 17 października 2023 13:07:43
- Fix SpotPass downloads on Linux/MacOS
Revision 500
Author: exzap | Date: wtorek, 17 października 2023 13:06:45
- Avoid wxGetKeyState since it asserts on Linux with wayland GTK
- Only modifier keys are allowed, but we used it to test for Escape
Revision 499
Author: exzap | Date: wtorek, 17 października 2023 06:16:29
- FPD: Fix a crash due to incorrect instantiation
Revision 498
Author: exzap | Date: wtorek, 17 października 2023 05:26:30
- Use utf-8 for exe path
Revision 497
Author: exzap | Date: wtorek, 17 października 2023 05:26:30
- nn_fp: Full rework of friend service
Revision 496
Author: francesco.saltori | Date: poniedziałek, 16 października 2023 13:41:06
- Fix several language selection issues (#994)
Revision 495
Author: goeiecool9999 | Date: poniedziałek, 16 października 2023 07:33:12
- Vulkan: Cleanup image barrier code (#988)
Revision 494
Author: cemu.language.ci | Date: środa, 4 października 2023 23:39:01
- Update translation files
Revision 493
Author: exzap | Date: poniedziałek, 2 października 2023 21:24:50
- Fixes for titles in NUS format
- Symlinks were not handled correctly
Revision 492
Author: exzap | Date: poniedziałek, 2 października 2023 19:05:44
- Latte: Fix uniform size limit being too low
Revision 491
Author: exzap | Date: poniedziałek, 2 października 2023 18:53:00
- Compatibility with fmtlib 10.1.x
Revision 490
Author: exzap | Date: niedziela, 1 października 2023 11:46:26
- Code cleanup
Revision 489
Author: exzap | Date: niedziela, 1 października 2023 11:46:26
- Fix file menu list of recent games
Revision 488
Author: francesco.saltori | Date: sobota, 30 września 2023 15:27:56
- Minor localization adjustments (#984)
Revision 487
Author: exzap | Date: sobota, 30 września 2023 06:21:14
- Prioritize non-NUS format over NUS
- If a title exists multiple times in the game folder in different formats, then prefer and use non-NUS format if one is available. This is so we match previous Cemu behavior where Cemu would pick non-NUS simply due the fact that NUS format wasn't supported yet.
Revision 486
Author: exzap | Date: sobota, 30 września 2023 03:07:49
- Fix game path not respecting utf8 encoding
Revision 485
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Update Windows build instructions
Revision 484 / Cemu 2.0 52
Author: exzap | Date: piątek, 29 września 2023 17:17:28
- Bump CI clang version to 15 + workaround for unsafe fiber optimizations (#982)
Revision 483
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Update Windows build instructions
Revision 482
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Enable DPI awareness on Windows
Revision 481
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Fix WUA conversion not detecting updates
Revision 480
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Refactor more wstring instances to utf8-encoded string
Revision 479
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- More detailed error messages when encrypted titles fail to launch
Revision 478
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Add support for games in NUS format (.app)
- Requires title.tmd and title.tik in same directory
Revision 477
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Vulkan: Add profiler for Vulkan API CPU cost
- Disabled by default. Set VULKAN_API_CPU_BENCHMARK to 1 to enable
Revision 476
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Latte: Bound uniform buffers based on access patterns within the shader
Revision 475
Author: exzap | Date: piątek, 29 września 2023 06:48:10
- Latte: Very minor refactor + optimization
Revision 474
Author: leif.liddy | Date: środa, 27 września 2023 00:29:23
- BUILD.md: Require libtool and libusb1-devel for Fedora (#979)
Revision 473
Author: squall.leonhart | Date: piątek, 22 września 2023 19:20:22
- nn_olv: Handle nullptr key in SetSearchKey (#974)
Revision 472
Author: goeiecool9999 | Date: środa, 20 września 2023 19:01:56
- Vulkan: Only create imgui renderpass once (#972)
Revision 469 / Cemu-2.0-51
Author: joshua.de.reeper | Date: wtorek, 19 września 2023 21:43:54
- Add DS_Store to gitignore (#969)
Revision 468
Author: exzap | Date: wtorek, 19 września 2023 21:17:21
- Latte: Optimizations and tweaks (#706)
Revision 467
Author: capitalistspz | Date: wtorek, 19 września 2023 17:54:38
- More changes to finding wiimotes (#961)
Revision 466
Author: simon | Date: wtorek, 19 września 2023 01:27:40
- nsyshid: Add backends for cross platform USB passthrough support (#950)
Revision 463 / Cemu-2.0-49
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- coreinit: Use native COS locks instead of STL
Revision 462
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- Add coding style guidelines and clang-format file
Revision 461
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- Latte: Fix shader compilation error when subroutines are used
- Fixes character colors in Tekken Tag Tournament 2
Revision 460
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- Logging: Refactor and optimizations
Revision 459
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- ih264d: Small optimizations and experiments with multi-threading
- Using the multi-threaded decoder doesn't seem to be worth it but at least we have a way to enable it now
Revision 458
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- coreinit: Handle non-existing modules in OSDynLoad_Acquire
- Fixes Togabito crashing on boot
- coreinit: Handle non-existing modules in OSDynLoad_Acquire
Revision 457
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- Vulkan: Dont immediately crash on bad pipeline cache
Revision 456
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- Use memory barriers in Linux fiber implementation
- Prevent compilers from caching TLS variables across swapcontext calls
Revision 455
Author: exzap | Date: czwartek, 14 września 2023 20:52:40
- Refactor more GX2 code to use LatteReg.h
Revision 454
Author: francesco.saltori | Date: czwartek, 14 września 2023 12:47:59
- Additional localization fixes (#966)
Revision 453
Author: francesco.saltori | Date: piątek, 8 września 2023 02:09:28
- Use native language names in language selector (#964)
Revision 452
Author: francesco.saltori | Date: piątek, 8 września 2023 02:09:03
- Localization improvements and fixes (#956)
Revision 451
Author: cemu.language.ci | Date: piątek, 8 września 2023 01:35:58
- Update translation files
Revision 450
Author: gloria | Date: środa, 6 września 2023 04:59:50
- Add a pairing utility for Wiimotes to Cemu (#941)
Revision 449
Author: jn64 | Date: sobota, 2 września 2023 05:57:21
- Disable auto-update on Linux/macOS (#955)
- It's not implemented yet
Revision 448
Author: capitalistspz | Date: czwartek, 31 sierpnia 2023 03:29:12
- [Linux/MacOS] Further Wiimote changes for parity with Windows (#945)
Revision 447
Author: garyodernichts | Date: środa, 16 sierpnia 2023 23:52:06
- Latte: rendertarget is a bitmask (#942)
→ [WIIU] Cemu Exp v2.0-40 15/06/2023
Cemu v2.0-40 (Experimental) | 2022-06-15
- nw [check changelog]
SVN
Revision 410
Author: exzap | Date: czwartek, 15 czerwca 2023 22:36:45
- Fix incorrect return values in OSAtomic
Revision 409
Author: exzap | Date: czwartek, 11 maja 2023 15:27:45
- Fix UI crash on Windows (#813)
Revision 408
Author: nicholas.f | Date: czwartek, 11 maja 2023 07:19:44
- Add GameMode support for Linux build (#796)
Revision 407
Author: jonathan.barrow | Date: środa, 10 maja 2023 11:51:54
- Resolve domains to IPs in Friends NEX (#807)
Revision 406
Author: exzap | Date: czwartek, 20 kwietnia 2023 14:37:11
- Dont format logging calls with only the format string
Revision 405
Author: exzap | Date: środa, 19 kwietnia 2023 19:02:58
- Use system cairo instead of vcpkg port
Revision 404
Author: exzap | Date: poniedziałek, 17 kwietnia 2023 16:20:28
- vcpkg: Use system GTK3
Revision 403
Author: exzap | Date: sobota, 15 kwietnia 2023 12:21:08
- Use vcpkg GTK3 with enabled wayland (#772)
Revision 402
Author: chris.purnell | Date: piątek, 16 czerwca 2023 19:57:27
- Fix error message when SDL fails to initialize (#861)
Revision 401
Author: exzap | Date: czwartek, 15 czerwca 2023 22:36:45
- Fix incorrect return values in OSAtomic
Revision 400
Author: exzap | Date: czwartek, 15 czerwca 2023 22:36:35
- Add debug asserts for invalid MEMPTR
- Also fixed some corruptions this uncovered
Revision 399
Author: exzap | Date: czwartek, 15 czerwca 2023 22:36:25
- nsysnet: Implement inet_ntop
Revision 398
Author: exzap | Date: czwartek, 15 czerwca 2023 21:23:18
- coreinit: Implement support for ".." in paths
Revision 397
Author: maschell | Date: czwartek, 15 czerwca 2023 21:05:16
- coreinit: Implement several FSA functions and fix some bugs (#844)
Revision 396
Author: colin.kinloch | Date: wtorek, 6 czerwca 2023 14:17:41
- Check wx dialogs aren't returning blank paths (#845)
Revision 395
Author: maschell | Date: niedziela, 4 czerwca 2023 11:13:45
- coreinit: Refactor FS functions to be more accurate (#842)
Revision 394
Author: colin.kinloch | Date: niedziela, 28 maja 2023 02:04:24
- Wayland: Use viewporter (#836)
Revision 393
Author: crementif | Date: sobota, 20 maja 2023 02:46:12
- Remove deprecated logging system and expose developer logging window (#825)
Revision 392
Author: alexander | Date: poniedziałek, 15 maja 2023 18:31:53
- Add missing template arguments for std::forward (#819)
Revision 391
Author: exzap | Date: czwartek, 11 maja 2023 15:27:45
- Fix UI crash on Windows (#813)
Revision 390
Author: cemu.language.ci | Date: czwartek, 11 maja 2023 08:58:20
- Update translation files
Revision 389
Author: cemu.language.ci | Date: czwartek, 11 maja 2023 08:56:02
- Revert "Update translation files"
- This reverts commit 5c1c05adde7891c290c39b2b8b166be2b76e566f.
Revision 388
Author: cemu.language.ci | Date: czwartek, 11 maja 2023 08:35:06
- Update translation files
Revision 387
Author: nicholas.f | Date: czwartek, 11 maja 2023 07:19:44
- Add GameMode support for Linux build (#796)
Revision 386
Author: jonathan.barrow | Date: środa, 10 maja 2023 11:51:54
- Resolve domains to IPs in Friends NEX (#807)
Revision 385
Author: goeiecool9999 | Date: środa, 26 kwietnia 2023 15:41:23
- GraphicsPackWindow2: Use UTF8 (#802)
Revision 384
Author: why.keith | Date: wtorek, 25 kwietnia 2023 18:15:37
- Migrate missing forceLog_printf statement to new logging (#800)
Revision 383
Author: why.keith | Date: wtorek, 25 kwietnia 2023 18:09:00
- Migrate coreinitMemLog_printf to new logging (#799)
Revision 382
Author: why.keith | Date: wtorek, 25 kwietnia 2023 08:43:31
- Logging migration (forceLogDebug_printf) (#780)
- * script changes - no arguments
- * script changes with 2 arguments
- * script changes with > 2 arguments
- * script conversions with 1 argument - pt. 1
- * script conversions with 1 argument - pt. 2
- * script conversions with 1 argument - pt. 3
- * script conversions with 1 argument - pt. 4
- * script conversions with 1 argument - pt. 5
- Pointer format hunting
- * Fixed pointer format
- * script conversions with 1 argument - final
- * fixed conversion in non utf-8 file
- * fixed conversion with capital letter
- * actually fixed conversion with capital letter
- * fixed another capital lettering issue
- * Added conversions with LR removed
- * removed LR from logs
- * Converted logs that previously contained LR
- * converted log that originally specified string length
- * fixed log with commas in main text
- * fixed multi-line log
- * Fixed more logs with commas in main text
- * Fixed unformatted pointer
- * added conversion with float value
- * converted lines with double parameters
- * converted missed line
- * corrected argument formatting
- Co-authored-by: Crementif <26669564+Crementif@users.noreply.github.com>
- * Fixed misspellings of "unhandled"
- unhandeled -> unhandled
- Co-authored-by: Crementif <26669564+Crementif@users.noreply.github.com>
Revision 381
Author: exzap | Date: czwartek, 20 kwietnia 2023 14:37:11
- Dont format logging calls with only the format string
Revision 380
Author: exzap | Date: środa, 19 kwietnia 2023 19:02:58
- Use system cairo instead of vcpkg port
Revision 379
Author: exzap | Date: poniedziałek, 17 kwietnia 2023 16:20:28
- vcpkg: Use system GTK3
Revision 378
Author: exzap | Date: niedziela, 16 kwietnia 2023 11:51:25
- Remove dependency on boost::dll and boost::range
Revision 377
Author: why.keith | Date: niedziela, 16 kwietnia 2023 00:31:53
- Migrate saveLog_printf to new logging (#768)
Revision 376
Author: why.keith | Date: niedziela, 16 kwietnia 2023 00:18:11
- Migrate inputLog_printf to new logging (#767)
Revision 375
Author: why.keith | Date: niedziela, 16 kwietnia 2023 00:08:22
- Migrate socketLog_printf to new logging (#766)
Revision 374
Author: why.keith | Date: sobota, 15 kwietnia 2023 15:19:00
- Migrate nfpLog_printf to new logging (#769)
Revision 373
Author: exzap | Date: sobota, 15 kwietnia 2023 12:21:08
- Use vcpkg GTK3 with enabled wayland (#772)
Revision 372
Author: exzap | Date: sobota, 15 kwietnia 2023 10:08:58
- Latte: Use better hashing algorithm for cache invalidation
- Decreases chance of hash collisions while also being faster due to 4 channel vectorization
Revision 371
Author: why.keith | Date: czwartek, 13 kwietnia 2023 14:18:45
- Migrate sndApiLog_printf to new logging (#762)
Revision 370
Author: why.keith | Date: czwartek, 13 kwietnia 2023 14:13:54
- Migrate gx2Log_printf to new logging (#761)
Revision 369
Author: exzap | Date: czwartek, 13 kwietnia 2023 14:02:59
- Temporarily use dummy port for GTK3
Revision 368
Author: exzap | Date: czwartek, 13 kwietnia 2023 14:02:59
- Update SDL2 + Better way to use sys packages on linux
Revision 367
Author: michael | Date: czwartek, 13 kwietnia 2023 04:37:53
- Update URLs related towards cemu_graphic_packs repo. (#764)
Revision 366
Author: why.keith | Date: środa, 12 kwietnia 2023 16:32:26
- Migrate force_log_printf to new logging (#714)
Revision 365
Author: why.keith | Date: środa, 12 kwietnia 2023 16:31:34
- Migrate force_log_printf to new logging (#714)
Revision 364
Author: exzap | Date: czwartek, 6 kwietnia 2023 07:33:41
- Improve exception logging on posix
- Fix compile errors
Revision 363
Author: exzap | Date: czwartek, 6 kwietnia 2023 00:36:39
- Use system libpng for vcpkg on linux