mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +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
|
|
@ -664,8 +664,7 @@ template<typename T> std::string FragmentProgramDecompiler::GetSRC(T src)
|
|||
break;
|
||||
|
||||
default:
|
||||
rsx_log.error("Bad src type %d", u32{ src.reg_type });
|
||||
Emu.Pause();
|
||||
rsx_log.fatal("Bad src type %d", u32{ src.reg_type });
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue