Cemu/src/Cafe/OS/RPL
Exzap c5913fe8cb refactor/rpl: Treat HLE libs more like RPL modules
HLE modules now have a unified interface via which they can get notified when mapped into the process or when loaded/unloaded.

We also always call the unload functions when stopping emulation to give the module implementations a chance to reset all state (although many of them are still missing proper cleanup code for now)
2026-01-07 02:46:49 +01:00
..
COSModule.cpp refactor/rpl: Treat HLE libs more like RPL modules 2026-01-07 02:46:49 +01:00
COSModule.h refactor/rpl: Treat HLE libs more like RPL modules 2026-01-07 02:46:49 +01:00
elf.cpp ELF: Fix crash due to not allocating recompiler ranges (#1154) 2024-04-06 22:13:19 +02:00
rpl_debug_symbols.cpp Add all the files 2022-08-22 22:21:23 +02:00
rpl_debug_symbols.h Add all the files 2022-08-22 22:21:23 +02:00
rpl_structs.h refactor/rpl: Treat HLE libs more like RPL modules 2026-01-07 02:46:49 +01:00
rpl_symbol_storage.cpp Initial support for title switching + better Wii U menu compatibility (#907) 2023-07-21 13:54:07 +02:00
rpl_symbol_storage.h Debugging: Add minimalist PPC profiler 2023-06-25 08:40:52 +02:00
rpl.cpp refactor/rpl: Treat HLE libs more like RPL modules 2026-01-07 02:46:49 +01:00
rpl.h refactor/rpl: Treat HLE libs more like RPL modules 2026-01-07 02:46:49 +01:00