dolphin/Source/Core/Core/HLE
Lioncash 81d5370141 HLE_OS: Resolve -Wshadow warnings
We get a warning about shadowing the va_list type and just
run-of-the-mill variable shadowing, which we can easily fix.
2023-12-12 17:01:32 -05:00
..
HLE_Misc.cpp PowerPC/MMU: Refactor to class, move to System. 2023-03-28 03:47:51 +02:00
HLE_Misc.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
HLE_OS.cpp HLE_OS: Resolve -Wshadow warnings 2023-12-12 17:01:32 -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
HLE.cpp Disable cheats in hardcore mode 2023-12-02 16:41:17 -05:00
HLE.h HLE: Refactor ReplaceFunctionIfPossible 2023-11-27 21:40:42 +01:00