mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-09 02:48:08 -05:00
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. |
||
|---|---|---|
| .. | ||
| HLE_Misc.cpp | ||
| HLE_Misc.h | ||
| HLE_OS.cpp | ||
| HLE_OS.h | ||
| HLE.cpp | ||
| HLE.h | ||