mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
replace some random Emu.Pause with fatal errors
This commit is contained in:
parent
954d83b6a0
commit
50354253c8
9 changed files with 32 additions and 61 deletions
|
|
@ -100,8 +100,7 @@ std::string CgBinaryDisasm::GetSRCDisasm(const u32 n)
|
|||
break;
|
||||
|
||||
default:
|
||||
rsx_log.error("Bad src%u reg type: %d", n, u32{ src[n].reg_type });
|
||||
Emu.Pause();
|
||||
rsx_log.fatal("Bad src%u reg type: %d", n, u32{ src[n].reg_type });
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue