summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_run.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-02-13 14:08:21 +0100
committerLioncash <mathew1800@gmail.com>2015-02-13 15:11:12 +0100
commita75e1ff6e6b33b3e4751b82e0ab91b8dad169fc6 (patch)
treefb2a89cbc953be437c43db3b16654be8f4d7efb8 /src/core/arm/dyncom/arm_dyncom_run.cpp
parentMerge pull request #569 from lioncash/modeswitch (diff)
downloadyuzu-a75e1ff6e6b33b3e4751b82e0ab91b8dad169fc6.tar
yuzu-a75e1ff6e6b33b3e4751b82e0ab91b8dad169fc6.tar.gz
yuzu-a75e1ff6e6b33b3e4751b82e0ab91b8dad169fc6.tar.bz2
yuzu-a75e1ff6e6b33b3e4751b82e0ab91b8dad169fc6.tar.lz
yuzu-a75e1ff6e6b33b3e4751b82e0ab91b8dad169fc6.tar.xz
yuzu-a75e1ff6e6b33b3e4751b82e0ab91b8dad169fc6.tar.zst
yuzu-a75e1ff6e6b33b3e4751b82e0ab91b8dad169fc6.zip
Diffstat (limited to 'src/core/arm/dyncom/arm_dyncom_run.cpp')
-rw-r--r--src/core/arm/dyncom/arm_dyncom_run.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom_run.cpp b/src/core/arm/dyncom/arm_dyncom_run.cpp
index d79e3e4b2..3a05ea8ac 100644
--- a/src/core/arm/dyncom/arm_dyncom_run.cpp
+++ b/src/core/arm/dyncom/arm_dyncom_run.cpp
@@ -4,7 +4,7 @@
#include "core/arm/skyeye_common/armdefs.h"
-void switch_mode(arm_core_t *core, uint32_t mode) {
+void switch_mode(ARMul_State* core, uint32_t mode) {
if (core->Mode == mode)
return;