diff options
| author | 2014-05-16 00:51:45 -0400 | |
|---|---|---|
| committer | 2014-05-16 00:51:45 -0400 | |
| commit | 68408ed9b9fa18d15b0c2028e26d85fc053582fe (patch) | |
| tree | 453a7e450880d0d91de9c8985bcab907acd57699 | |
| parent | removed undefined function ARMul_ConsolePrint (diff) | |
| download | yuzu-68408ed9b9fa18d15b0c2028e26d85fc053582fe.tar.gz yuzu-68408ed9b9fa18d15b0c2028e26d85fc053582fe.tar.xz yuzu-68408ed9b9fa18d15b0c2028e26d85fc053582fe.zip | |
fixed include path
| -rw-r--r-- | src/core/arm/interpreter/arm_interpreter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/interpreter/arm_interpreter.cpp b/src/core/arm/interpreter/arm_interpreter.cpp index 4045779d7..4652803de 100644 --- a/src/core/arm/interpreter/arm_interpreter.cpp +++ b/src/core/arm/interpreter/arm_interpreter.cpp | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | // Licensed under GPLv2 | 2 | // Licensed under GPLv2 |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "arm_interpreter.h" | 5 | #include "core/arm/interpreter/arm_interpreter.h" |
| 6 | 6 | ||
| 7 | const static cpu_config_t s_arm11_cpu_info = { | 7 | const static cpu_config_t s_arm11_cpu_info = { |
| 8 | "armv6", "arm11", 0x0007b000, 0x0007f000, NONCACHE | 8 | "armv6", "arm11", 0x0007b000, 0x0007f000, NONCACHE |