repo.or.cz
/
rofl0r-gnuboy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix crash when specifying --source on command line
[rofl0r-gnuboy.git]
/
menu.h
blob
03dc0f5b799790a4685b71824d373849fc5e6b0f
1
enum
menu_page
{
2
mp_main
,
3
mp_romsel
,
4
mp_loaderr
,
5
mp_controller
,
6
mp_loadstate
,
7
mp_savestate
,
8
};
9
10
void
menu_init
(
void
);
11
void
menu_initpage
(
enum
menu_page
);
12
void
menu_enter
(
void
);