HLE: Remove an unused function

There is nothing using PanicAlert in either official titles or libogc.
This commit is contained in:
Léo Lam
2018-02-04 14:41:55 +01:00
parent 51d3de6787
commit a184ab93b6
3 changed files with 0 additions and 12 deletions

View File

@ -45,8 +45,6 @@ static const SPatch OSPatches[] = {
// Placeholder, OSPatches[0] is the "non-existent function" index
{"FAKE_TO_SKIP_0", HLE_Misc::UnimplementedFunction, HLE_HOOK_REPLACE, HLE_TYPE_GENERIC},
{"PanicAlert", HLE_Misc::HLEPanicAlert, HLE_HOOK_REPLACE, HLE_TYPE_DEBUG},
// Name doesn't matter, installed in CBoot::BootUp()
{"HBReload", HLE_Misc::HBReload, HLE_HOOK_REPLACE, HLE_TYPE_GENERIC},