summaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
authoraliaspider2014-12-09 02:43:59 +0100
committeraliaspider2014-12-09 02:43:59 +0100
commit3cc3944725700c957b006de6f5a2ee2944d2f525 (patch)
treefd7edea0cff18b5080dba34a505e20b212388ce5 /libretro.c
parent3510bfb5281f8c98fc8ddd97eb9e7aed35f879ab (diff)
downloadpicogpsp-3cc3944725700c957b006de6f5a2ee2944d2f525.tar.gz
picogpsp-3cc3944725700c957b006de6f5a2ee2944d2f525.tar.bz2
picogpsp-3cc3944725700c957b006de6f5a2ee2944d2f525.zip
add debug build option to x86 standalone target.
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)