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:
notaz 2009-02-22 22:58:59 +00:00
parent 13b692eb4e
commit 24b24674ae
10 changed files with 487 additions and 102 deletions

View file

@ -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;