Cemu/src
Exzap 1c73dc9e1b Implement proc_ui.rpl + stub SYSSwitchToEManual() to avoid softlocks
- Full reimplementation of proc_ui.rpl with all 19 exports
- Foreground/Background messages now go to the coreinit system message queue as they should (instead of using a hack where proc_ui receives them directly)
- Add missing coreinit API needed by proc_ui: OSGetPFID(), OSGetUPID(), OSGetTitleID(), __OSCreateThreadType()
- Use big-endian types in OSMessage
- Flesh out the stubs for OSDriver_Register and OSDriver_Unregister a bit more since we need to call it from proc_ui. Similiar small tweaks to other coreinit API
- Stub sysapp SYSSwitchToEManual() and _SYSSwitchToEManual() in such a way that they will trigger the expected background/foreground transition, avoiding softlocks in games that call these functions
2024-04-30 23:29:15 +02:00
..
asm Make codebase more CPU-agnostic + MacOS disclaimer (#559) 2022-12-07 01:48:24 +01:00
audio Cubeb: Add a default device to the selection (#1017) 2024-02-18 05:51:00 +01:00
Cafe Implement proc_ui.rpl + stub SYSSwitchToEManual() to avoid softlocks 2024-04-30 23:29:15 +02:00
Cemu DownloadManager: Always use Nintendo servers + additional streamlining 2024-04-20 12:19:06 +02:00
Common Implement proc_ui.rpl + stub SYSSwitchToEManual() to avoid softlocks 2024-04-30 23:29:15 +02:00
config DownloadManager: Always use Nintendo servers + additional streamlining 2024-04-20 12:19:06 +02:00
gui DownloadManager: Always use Nintendo servers + additional streamlining 2024-04-20 12:19:06 +02:00
imgui Latte+Vulkan: Code cleanup 2024-03-14 01:10:52 +01:00
input Minor code improvements (#1124) 2024-03-18 09:18:02 +01:00
resource Add supported locales to macOS plist (#1133) 2024-03-25 21:34:40 +01:00
tools Use portable format specifiers (#411) 2022-10-25 20:38:29 +02:00
util Update thread names (#1120) 2024-03-15 23:06:48 +01:00
CMakeLists.txt Fix macos missing dylib file 2024-01-16 14:51:12 +01:00
main.cpp Fix game path not respecting utf8 encoding 2023-09-30 03:07:49 +02:00
mainLLE.cpp Initial support for title switching + better Wii U menu compatibility (#907) 2023-07-21 13:54:07 +02:00