Skip to content

Commit

Permalink
Merge pull request #4490 from leoetlino/wii-dsy
Browse files Browse the repository at this point in the history
Add common Wii SDK function signatures to the signature DB
  • Loading branch information
Helios747 committed Jan 1, 2017
2 parents e8052fb + 09fdab7 commit 4c90ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified Data/Sys/totaldb.dsy
Binary file not shown.
3 changes: 3 additions & 0 deletions Source/Core/Core/HLE/HLE.cpp
Expand Up @@ -52,6 +52,9 @@ static const SPatch OSPatches[] = {
// Debug/OS Support
{"OSPanic", HLE_OS::HLE_OSPanic, HLE_HOOK_REPLACE, HLE_TYPE_DEBUG},

// This needs to be put before vprintf (because vprintf is called indirectly by this)
{"JUTWarningConsole_f", HLE_OS::HLE_GeneralDebugPrint, HLE_HOOK_REPLACE, HLE_TYPE_DEBUG},

{"OSReport", HLE_OS::HLE_GeneralDebugPrint, HLE_HOOK_REPLACE, HLE_TYPE_DEBUG},
{"DEBUGPrint", HLE_OS::HLE_GeneralDebugPrint, HLE_HOOK_REPLACE, HLE_TYPE_DEBUG},
{"WUD_DEBUGPrint", HLE_OS::HLE_GeneralDebugPrint, HLE_HOOK_REPLACE, HLE_TYPE_DEBUG},
Expand Down

0 comments on commit 4c90ad7

Please sign in to comment.