mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-12-25 01:21:57 +01:00
Don't call the DEINIT hook on exit.
This commit is contained in:
parent
3acf94d049
commit
e2f0e83a5f
@ -183,7 +183,7 @@ extern "C" int32_t Menu_Main(int32_t argc, char **argv) {
|
|||||||
DEBUG_FUNCTION_LINE("Restoring the patched functions\n");
|
DEBUG_FUNCTION_LINE("Restoring the patched functions\n");
|
||||||
RestorePatches();
|
RestorePatches();
|
||||||
DEBUG_FUNCTION_LINE("Calling the plugin deinit hook\n");
|
DEBUG_FUNCTION_LINE("Calling the plugin deinit hook\n");
|
||||||
CallHook(WUPS_LOADER_HOOK_DEINIT_PLUGIN);
|
//CallHook(WUPS_LOADER_HOOK_DEINIT_PLUGIN);
|
||||||
DEBUG_FUNCTION_LINE("Unmounting SD/USB devices\n");
|
DEBUG_FUNCTION_LINE("Unmounting SD/USB devices\n");
|
||||||
DeInit();
|
DeInit();
|
||||||
DEBUG_FUNCTION_LINE("Bye bye!\n");
|
DEBUG_FUNCTION_LINE("Bye bye!\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user