this wasn't supposed to be committed

This commit is contained in:
Flyinghead 2019-06-21 13:33:55 +02:00
parent 3e8cdc76f3
commit 5b2ad02fa2
1 changed files with 1 additions and 7 deletions

View File

@ -455,13 +455,7 @@ void* dc_run(void*)
do {
reset_requested = false;
try {
sh4_cpu.Run();
} catch (const FatalError& error) {
printf("FATAL: %s in %s:%d: %s\n", error.message.c_str(), error.file.c_str(), error.line, error.function.c_str());
reset_requested = false;
sh4_cpu.Stop();
}
sh4_cpu.Run();
SaveRomFiles(get_writable_data_path("/data/"));
if (reset_requested)