aboutsummaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core.h')
-rw-r--r--core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core.h b/core.h
index 67f46c9..bd4ded9 100644
--- a/core.h
+++ b/core.h
@@ -41,6 +41,7 @@ void config_file_name(char *buf, size_t len, int is_game);
void sram_read(void);
void sram_write(void);
+bool state_allowed(void);
void state_file_name(char *name, size_t size, int slot);
int state_read(void);
int state_write(void);