Initial port to Linux (using Allegro).
64-bit fixes. Some changes to aid portability. A few other tweaks.
This commit is contained in:
parent
4b3f77c926
commit
56b455844e
70 changed files with 12702 additions and 282 deletions
10
src/allegro-gui.h
Normal file
10
src/allegro-gui.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
void gui_enter();
|
||||
|
||||
extern int quited;
|
||||
|
||||
extern int romspresent[ROM_MAX];
|
||||
extern int gfx_present[GFX_MAX];
|
||||
|
||||
int disc_hdconf();
|
||||
|
||||
int settings_configure();
|
||||
Loading…
Reference in a new issue