Skip to content
Permalink
Browse files
Merge pull request #9618 from JosJuice/jitarm64-pc-0
JitArm64: Allow DoJit at address 0 (fix launching Wii titles)
  • Loading branch information
degasus committed Apr 1, 2021
2 parents 6fb2017 + b3f71f7 commit a2fa9aa
Showing 1 changed file with 0 additions and 6 deletions.
@@ -623,12 +623,6 @@ void JitArm64::Jit(u32)

void JitArm64::DoJit(u32 em_address, JitBlock* b, u32 nextPC)
{
if (em_address == 0)
{
Core::SetState(Core::State::Paused);
WARN_LOG_FMT(DYNA_REC, "ERROR: Compiling at 0. LR={:08x} CTR={:08x}", LR, CTR);
}

js.isLastInstruction = false;
js.firstFPInstructionFound = false;
js.assumeNoPairedQuantize = false;

0 comments on commit a2fa9aa

Please sign in to comment.