replace some random Emu.Pause with fatal errors

This commit is contained in:
Megamouse 2021-07-20 00:23:00 +02:00
parent 954d83b6a0
commit 50354253c8
9 changed files with 32 additions and 61 deletions

View file

@ -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;
}