mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12: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
|
@ -130,8 +130,7 @@ std::string VertexProgramDecompiler::GetSRC(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