mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 22:50:10 +00:00
Don't exit on user mode
This commit is contained in:
parent
1a82721ad2
commit
e5286214b2
@ -85,6 +85,5 @@ void switch_mode(arm_core_t *core, uint32_t mode) {
|
|||||||
core->Mode = mode;
|
core->Mode = mode;
|
||||||
} else {
|
} else {
|
||||||
LOG_CRITICAL(Core_ARM11, "user mode");
|
LOG_CRITICAL(Core_ARM11, "user mode");
|
||||||
exit(-2);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user