mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(WIIU) switch exception handler.
This commit is contained in:
parent
30d31538b1
commit
efb8628994
@ -51,6 +51,7 @@
|
||||
#include "fs/sd_fat_devoptab.h"
|
||||
#include "system/memory.h"
|
||||
#include "system/exception_handler.h"
|
||||
#include "system/exception.h"
|
||||
#include "utils/logger.h"
|
||||
#include "utils/utils.h"
|
||||
#include "common/common.h"
|
||||
@ -281,7 +282,8 @@ int __entry_menu(int argc, char **argv)
|
||||
|
||||
memoryInitialize();
|
||||
mount_sd_fat("sd");
|
||||
setup_os_exceptions();
|
||||
// setup_os_exceptions();
|
||||
InstallExceptionHandler();
|
||||
VPADInit();
|
||||
OSScreenInit();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user