summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_interpreter.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-09-13 00:34:51 +0200
committerbunnei <bunneidev@gmail.com>2014-10-25 20:11:39 +0200
commit53a22b84da9690865954f666694de885ccb7c286 (patch)
tree77fa8c9fb653173cc78ffd7b0110d695c3fbb772 /src/core/arm/dyncom/arm_dyncom_interpreter.h
parentARM: Reorganized file structure to move shared SkyEye code to a more common area. (diff)
downloadyuzu-53a22b84da9690865954f666694de885ccb7c286.tar
yuzu-53a22b84da9690865954f666694de885ccb7c286.tar.gz
yuzu-53a22b84da9690865954f666694de885ccb7c286.tar.bz2
yuzu-53a22b84da9690865954f666694de885ccb7c286.tar.lz
yuzu-53a22b84da9690865954f666694de885ccb7c286.tar.xz
yuzu-53a22b84da9690865954f666694de885ccb7c286.tar.zst
yuzu-53a22b84da9690865954f666694de885ccb7c286.zip
Diffstat (limited to '')
-rw-r--r--src/core/arm/dyncom/arm_dyncom_interpreter.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom_interpreter.h b/src/core/arm/dyncom/arm_dyncom_interpreter.h
new file mode 100644
index 000000000..d73f8f65f
--- /dev/null
+++ b/src/core/arm/dyncom/arm_dyncom_interpreter.h
@@ -0,0 +1,7 @@
+// Copyright 2014 Citra Emulator Project
+// Licensed under GPLv2
+// Refer to the license.txt file included.
+
+#pragma once
+
+void InterpreterMainLoop(ARMul_State* state);