PSP sleep mode fixed, hopefully for read; 1.50 release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@538 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-07-09 19:52:17 +00:00
parent 366747cc4b
commit 4b811a8abe
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[];