mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
fix #1593
This commit is contained in:
parent
bd9c614ceb
commit
86d2e60df7
@ -213,7 +213,7 @@ void ARM::DoSavestate(Savestate* file)
|
|||||||
file->VarArray(R_UND, 3*sizeof(u32));
|
file->VarArray(R_UND, 3*sizeof(u32));
|
||||||
file->Var32(&CurInstr);
|
file->Var32(&CurInstr);
|
||||||
#ifdef JIT_ENABLED
|
#ifdef JIT_ENABLED
|
||||||
if (!file->Saving && NDS::EnableJIT)
|
if (file->Saving && NDS::EnableJIT)
|
||||||
{
|
{
|
||||||
// hack, the JIT doesn't really pipeline
|
// hack, the JIT doesn't really pipeline
|
||||||
// but we still want JIT save states to be
|
// but we still want JIT save states to be
|
||||||
|
Loading…
Reference in New Issue
Block a user