mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
attempt to fix PSP sleep wake
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@528 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
528ab61b71
commit
2b1f0e2519
2 changed files with 10 additions and 7 deletions
|
@ -960,10 +960,10 @@ int emu_SaveLoadGame(int load, int sram)
|
|||
}
|
||||
else ret = -1;
|
||||
if (!ret)
|
||||
strcpy(noticeMsg, load ? "GAME LOADED " : "GAME SAVED ");
|
||||
strcpy(noticeMsg, load ? "GAME LOADED " : "GAME SAVED ");
|
||||
else
|
||||
{
|
||||
strcpy(noticeMsg, load ? "LOAD FAILED " : "SAVE FAILED ");
|
||||
strcpy(noticeMsg, load ? "LOAD FAILED " : "SAVE FAILED ");
|
||||
ret = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue