From 890159f001a253c64faf5b95357032c8757fd98c Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 14 Aug 2021 00:56:18 +0000 Subject: Adds simple disc control for games that require it --- core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core.h') 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); -- cgit v1.2.3