aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorneonloop2023-01-16 23:15:21 +0000
committerneonloop2023-01-16 23:15:21 +0000
commit9128b4e516438301cfcfa7f400d9a4b46bac73ac (patch)
treeba816259f09772867a16480178f27d7f928d3774 /main.h
parent16b5618b17e11773a416ab377bdd3fcd4098520b (diff)
downloadpicoarch-9128b4e516438301cfcfa7f400d9a4b46bac73ac.tar.gz
picoarch-9128b4e516438301cfcfa7f400d9a4b46bac73ac.tar.bz2
picoarch-9128b4e516438301cfcfa7f400d9a4b46bac73ac.zip
Adds fake-08 core
Includes resume state patch from shauninman, thanks! https://github.com/shauninman/picoarch/blob/miniui-miyoomini/patches/fake-08/001-fix-resume-state.patch
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 5428d6c..f4fc12a 100644
--- a/main.h
+++ b/main.h
@@ -36,6 +36,7 @@ extern bool should_quit;
extern unsigned current_audio_buffer_size;
extern char core_name[MAX_PATH];
extern int config_override;
+extern int resume_slot;
#ifdef MMENU
extern void* mmenu;