mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-03-30 08:42:47 +02:00
attempt to fix PSP sleep wake
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@528 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user