mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
more
This commit is contained in:
parent
82760618f1
commit
0a0b07e18e
@ -158,6 +158,8 @@ extern Bitu userResizeWindowHeight;
|
||||
extern Bitu currentWindowWidth;
|
||||
extern Bitu currentWindowHeight;
|
||||
|
||||
extern ZIPFile savestate_zip;
|
||||
|
||||
void GFX_DrawSDLMenu(DOSBoxMenu &menu, DOSBoxMenu::displaylist &dl);
|
||||
void GFX_LogSDLState(void);
|
||||
void GFX_SDL_Overscan(void);
|
||||
|
@ -2536,6 +2536,8 @@ void ResetSystem(bool pressed) {
|
||||
throw int(3);
|
||||
}
|
||||
|
||||
ZIPFile savestate_zip;
|
||||
|
||||
void GUI_EXP_LoadState(bool pressed) {
|
||||
if (!pressed) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user