Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RSDuck committed Jan 3, 2023
1 parent bd9c614 commit 86d2e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void ARM::DoSavestate(Savestate* file)
file->VarArray(R_UND, 3*sizeof(u32));
file->Var32(&CurInstr);
#ifdef JIT_ENABLED
if (!file->Saving && NDS::EnableJIT)
if (file->Saving && NDS::EnableJIT)
{
// hack, the JIT doesn't really pipeline
// but we still want JIT save states to be
Expand Down

0 comments on commit 86d2e60

Please sign in to comment.