aboutsummaryrefslogtreecommitdiff
path: root/funkey/fk_instant_play.h
diff options
context:
space:
mode:
authorneonloop2023-01-29 07:37:02 +0000
committerneonloop2023-01-29 07:37:02 +0000
commit67740303f51ca3e5aa7edb19d1d2760990bf0b0c (patch)
tree856d1171457f816a5d3841567c72bc5cfa18ac97 /funkey/fk_instant_play.h
parentacf64246dfbcb2cd9bd1e4c65fc11c409f892863 (diff)
downloadpicoarch-67740303f51ca3e5aa7edb19d1d2760990bf0b0c.tar.gz
picoarch-67740303f51ca3e5aa7edb19d1d2760990bf0b0c.tar.bz2
picoarch-67740303f51ca3e5aa7edb19d1d2760990bf0b0c.zip
Adds dosbox-pure core
dosbox-pure does not support resume states, because it loads puremenu before loading game. Savestates can also glitch loaded game.
Diffstat (limited to 'funkey/fk_instant_play.h')
-rw-r--r--funkey/fk_instant_play.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/funkey/fk_instant_play.h b/funkey/fk_instant_play.h
index 2ed3c71..d51cc5b 100644
--- a/funkey/fk_instant_play.h
+++ b/funkey/fk_instant_play.h
@@ -38,7 +38,6 @@ extern "C" {
#include <signal.h>
-#define AUTOSAVE_SLOT 99
extern int instant_play;
extern void FK_InitInstantPlay(int argc, char **argv);