Hack for Source engine

This commit is contained in:
illusion98 2019-08-27 01:35:40 -05:00
parent e453ace05b
commit ad57cb5267
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ bool PPCHIRBuilder::Emit(GuestFunction* function, uint32_t flags) {
XELOGE("Unimplemented instr %.8llX %.8X %s", address, code, XELOGE("Unimplemented instr %.8llX %.8X %s", address, code,
disasm_info.name); disasm_info.name);
Comment("UNIMPLEMENTED!"); Comment("UNIMPLEMENTED!");
DebugBreak(); // DebugBreak();
} }
} }
@ -189,7 +189,7 @@ void PPCHIRBuilder::MaybeBreakOnInstruction(uint32_t address) {
Comment("--break-on-instruction target"); Comment("--break-on-instruction target");
if (cvars::break_condition_gpr < 0) { if (cvars::break_condition_gpr < 0) {
DebugBreak(); // DebugBreak();
return; return;
} }