summaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libretro.c b/libretro.c
index 381a471..abe130d 100644
--- a/libretro.c
+++ b/libretro.c
@@ -43,6 +43,7 @@ static inline void switch_to_cpu_thread(void)
static void cpu_thread_entry(void)
{
execute_arm_translate(execute_cycles);
+ execute_arm(execute_cycles);
}
static inline void init_context_switch(void)