mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
SRAM tweak
This commit is contained in:
parent
043e3ee61d
commit
29d8ad5401
@ -84,7 +84,6 @@ preparesavedata (int method)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
offset = 0;
|
offset = 0;
|
||||||
WaitPrompt((char *)"No SRAM data to save!");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return offset;
|
return offset;
|
||||||
@ -241,5 +240,10 @@ SaveSRAM (int method, bool silent)
|
|||||||
retval = true;
|
retval = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if(!silent)
|
||||||
|
WaitPrompt((char *)"No SRAM data to save!");
|
||||||
|
}
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user