PSP sleep mode fixed, hopefully for read; 1.50 release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@538 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-07-09 19:52:17 +00:00
parent ae2bf94418
commit 052c0f86cb
4 changed files with 18 additions and 7 deletions

View file

@ -15,6 +15,7 @@ enum TPicoGameState {
PGS_Menu,
PGS_RestartRun,
PGS_Suspending,
PGS_SuspendAck,
};
extern char romFileName[];