mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
uncommited code for 151 release (PSP suspend, file browser, etc)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@554 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
f0f0d2df76
commit
2b02d6e533
9 changed files with 79 additions and 58 deletions
|
@ -15,11 +15,11 @@ enum TPicoGameState {
|
|||
PGS_Menu,
|
||||
PGS_RestartRun,
|
||||
PGS_Suspending,
|
||||
PGS_SuspendAck,
|
||||
PGS_SuspendWake,
|
||||
};
|
||||
|
||||
extern char romFileName[];
|
||||
extern int engineState;
|
||||
extern int engineState, engineStateSuspend;
|
||||
|
||||
|
||||
void emu_Init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue