aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index db95db1..c14f2fb 100644
--- a/main.c
+++ b/main.c
@@ -698,7 +698,7 @@ int main(int argc, char **argv) {
do {
count_fps();
adjust_audio();
- current_core.retro_run();
+ core_run_frame();
perform_emu_action();
#ifdef FUNKEY_S
if (should_suspend) {