This commit is contained in:
RSDuck 2023-01-03 18:49:46 +01:00
parent bd9c614ceb
commit 86d2e60df7
1 changed files with 1 additions and 1 deletions

View File

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