mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-15 10:39:13 +01:00
09fdab7fb4
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.