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.
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 <[email protected]>
- * Fixed misspellings of "unhandled"
- unhandeled -> unhandled
- Co-authored-by: Crementif <[email protected]>
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
![[C64] Commodore Free Nr 97](https://www.t2e.pl/Photos//www/photo/202311/pdf-commodore-free-issue-97.jpg,134)
![[GB] Zboy 0.71 Windows 27/11/2023](https://www.t2e.pl/Photos//www/photo/201901/zboy-logotyp.png,134)
![[multi] DSP Emulator DSP 0.22 Final 19/11/2023](https://www.t2e.pl/Photos/www/picLogoty/145bc7ca1.png,134)
![[N64] Project64 DevBuild (Nightly) Dev rev. 4.0.0/6289](https://www.t2e.pl/Photos/www/picphoto/6f03b9ee1.png,134)