aboutsummaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core.h')
-rw-r--r--core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core.h b/core.h
index aa3c776..67cf4e2 100644
--- a/core.h
+++ b/core.h
@@ -47,6 +47,10 @@ void state_file_name(char *name, size_t size, int slot);
int state_read(void);
int state_write(void);
+unsigned disc_get_count(void);
+unsigned disc_get_index(void);
+bool disc_switch_index(unsigned index);
+
int core_load(const char *corefile);
int core_load_content(const char *path);
void core_unload(void);