aboutsummaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
authorneonloop2023-01-26 00:59:49 +0000
committerneonloop2023-01-26 00:59:49 +0000
commitb54c30613e5a4ade90aa81e832c90f9ab5307cb7 (patch)
treeb376811c679ce6dcfc02507662333220fc43e517 /core.h
parentf8689b36cf36bf9bba607739f99037c915e3b10d (diff)
downloadpicoarch-b54c30613e5a4ade90aa81e832c90f9ab5307cb7.tar.gz
picoarch-b54c30613e5a4ade90aa81e832c90f9ab5307cb7.tar.bz2
picoarch-b54c30613e5a4ade90aa81e832c90f9ab5307cb7.zip
Forces poll for input before reading
Fixes arduous which reads input but never polls
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 bc855d4..a267b6e 100644
--- a/core.h
+++ b/core.h
@@ -65,6 +65,7 @@ int core_open(const char *corefile);
void core_load(void);
int core_load_content(struct content *content);
void core_apply_cheats(struct cheats *cheats);
+void core_run_frame(void);
void core_unload_content(void);
const char **core_extensions(void);
void core_unload(void);