dolphin/Source/Core/Core/HLE
Léo Lam 09fdab7fb4 HLE: Add a hook for JUTWarningConsole_f
JUTWarningConsole_f calls vprintf, but in a way we currently don't
handle (which messes up the printed message). However, it is a standard
debug print function, so we can directly hook it instead of waiting for
the vprintf call.

This is necessary to fix debug output in a few games now that vprintf
is properly detected in more games.
2016-12-09 23:40:06 +01:00
..
HLE_Misc.cpp PatchEngine/GeckoCode: Heuristic stack checks 2016-10-03 16:27:42 +11:00
HLE_Misc.h HLE/GeckoCode: Add new HLE hook exit trampoline 2016-10-03 16:27:42 +11:00
HLE_OS.cpp HLE_OS: More bounds checking in GetStringVA 2016-11-12 19:17:15 +01:00
HLE_OS.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
HLE.cpp HLE: Add a hook for JUTWarningConsole_f 2016-12-09 23:40:06 +01:00
HLE.h HLE: Differentiate Address hooks from Symbol hooks 2016-10-03 16:27:42 +11:00