aboutsummaryrefslogtreecommitdiff
path: root/plat.h
diff options
context:
space:
mode:
authorneonloop2021-08-27 00:30:47 +0000
committerneonloop2021-08-27 00:30:47 +0000
commit3f527c7426cbbdbd04962545b801c944434a0377 (patch)
treef9ba8499e54dcafb2fea259522fd4ff1b9f66f2b /plat.h
parent0060a16ad707c1d6f2013947821ff55e377ceb92 (diff)
downloadpicoarch-3f527c7426cbbdbd04962545b801c944434a0377.tar.gz
picoarch-3f527c7426cbbdbd04962545b801c944434a0377.tar.bz2
picoarch-3f527c7426cbbdbd04962545b801c944434a0377.zip
Adds a standalone multi-emulator mode
When starting without arguments, can select a core in the current directory and some content (a game). Allows loading a different game from the in-game menu.
Diffstat (limited to 'plat.h')
-rw-r--r--plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat.h b/plat.h
index dbbaa7f..9a0d969 100644
--- a/plat.h
+++ b/plat.h
@@ -11,6 +11,7 @@ struct audio_frame {
#define HUD_LEN 41
int plat_init(void);
+int plat_reinit(void);
void plat_finish(void);
void plat_minimize(void);