mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
unified menu wip and some reorganization for it
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@638 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
13b692eb4e
commit
24b24674ae
10 changed files with 487 additions and 102 deletions
13
psp/emu.h
13
psp/emu.h
|
@ -5,19 +5,6 @@
|
|||
|
||||
|
||||
|
||||
// engine states
|
||||
enum TPicoGameState {
|
||||
PGS_Paused = 1,
|
||||
PGS_Running,
|
||||
PGS_Quit,
|
||||
PGS_KeyConfig,
|
||||
PGS_ReloadRom,
|
||||
PGS_Menu,
|
||||
PGS_RestartRun,
|
||||
PGS_Suspending,
|
||||
PGS_SuspendWake,
|
||||
};
|
||||
|
||||
extern char romFileName[];
|
||||
extern int engineState, engineStateSuspend;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue