dolphin/Source/Core/Core/HLE
Lioncache c0b7e9cd94 Core/HLE/HLE: Remove global system accessor from ExecuteFromJIT()
We can just pass in our system instance via the ABI function helpers.
2023-12-18 19:11:52 -05:00
..
HLE.cpp Core/HLE/HLE: Remove global system accessor from ExecuteFromJIT() 2023-12-18 19:11:52 -05:00
HLE.h Core/HLE/HLE: Remove global system accessor from ExecuteFromJIT() 2023-12-18 19:11:52 -05:00
HLE_Misc.cpp HLE_Misc: Get rid of global system accessors 2023-12-18 13:33:07 -05:00
HLE_Misc.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
HLE_OS.cpp Core/HLE/HLE_OS: Mark helpers as static where applicable 2023-12-18 13:44:55 -05:00
HLE_OS.h HLE_OS: Manually handle printfs from emulated software to prevent emulated software from crashing Dolphin with an invalid printf formatting string. 2023-07-29 20:06:09 +02:00
HLE_VarArgs.cpp HLE_OS: Manually handle printfs from emulated software to prevent emulated software from crashing Dolphin with an invalid printf formatting string. 2023-07-29 20:06:09 +02:00
HLE_VarArgs.h HLE_OS: Manually handle printfs from emulated software to prevent emulated software from crashing Dolphin with an invalid printf formatting string. 2023-07-29 20:06:09 +02:00