mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
unified menu wip and some reorganization for it
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@638 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
217d08bc39
commit
1fb0dd88aa
11 changed files with 487 additions and 115 deletions
|
@ -3,19 +3,6 @@
|
|||
|
||||
// For commercial use, separate licencing terms must be obtained.
|
||||
|
||||
|
||||
|
||||
// engine states
|
||||
enum TPicoGameState {
|
||||
PGS_Paused = 1,
|
||||
PGS_Running,
|
||||
PGS_Quit,
|
||||
PGS_KeyConfig,
|
||||
PGS_ReloadRom,
|
||||
PGS_Menu,
|
||||
PGS_RestartRun,
|
||||
};
|
||||
|
||||
extern unsigned char gfx_buffer[321*240*2*2];
|
||||
extern char romFileName[];
|
||||
extern int engineState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue