aboutsummaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
authorneonloop2021-08-20 21:15:01 +0000
committerneonloop2021-08-20 21:15:01 +0000
commit4c8ebb205ca36321eef5b1106f3c0db7e2a49d87 (patch)
treeed779f3717445ea04328e33a12a8928de9873f2e /core.h
parent83177501ff2248cf13fe96455f2c0c6adfa21b29 (diff)
downloadpicoarch-4c8ebb205ca36321eef5b1106f3c0db7e2a49d87.tar.gz
picoarch-4c8ebb205ca36321eef5b1106f3c0db7e2a49d87.tar.bz2
picoarch-4c8ebb205ca36321eef5b1106f3c0db7e2a49d87.zip
Adds disc control to MinUI
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 67cf4e2..1c39d87 100644
--- a/core.h
+++ b/core.h
@@ -50,6 +50,7 @@ int state_write(void);
unsigned disc_get_count(void);
unsigned disc_get_index(void);
bool disc_switch_index(unsigned index);
+bool disc_replace_index(unsigned index, const char *content_path);
int core_load(const char *corefile);
int core_load_content(const char *path);