From ecb3c7bf765a84413ac0a53ffca7c8bf470c821f Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 22 Jul 2023 19:29:58 +0000 Subject: Opens internal file browser to last played content on core --- core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core.h') diff --git a/core.h b/core.h index a267b6e..8049aa7 100644 --- a/core.h +++ b/core.h @@ -64,6 +64,8 @@ void core_extract_name(const char* core_file, char *buf, size_t len); int core_open(const char *corefile); void core_load(void); int core_load_content(struct content *content); +void core_load_last_opened(char *buf, size_t len); +void core_save_last_opened(struct content *content); void core_apply_cheats(struct cheats *cheats); void core_run_frame(void); void core_unload_content(void); -- cgit v1.2.3