mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
uncommited code for 151 release (PSP suspend, file browser, etc)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@554 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6589c840ca
commit
dfa8d77a42
8 changed files with 78 additions and 57 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