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