diff options
| author | 2015-02-13 09:59:17 -0500 | |
|---|---|---|
| committer | 2015-02-13 09:59:17 -0500 | |
| commit | c44d75787b03e84591aac3ab3cc07eaf8c023188 (patch) | |
| tree | fb2a89cbc953be437c43db3b16654be8f4d7efb8 /src/core/arm/interpreter/armsupp.cpp | |
| parent | Merge pull request #569 from lioncash/modeswitch (diff) | |
| parent | arm: General cleanup (diff) | |
| download | yuzu-c44d75787b03e84591aac3ab3cc07eaf8c023188.tar.gz yuzu-c44d75787b03e84591aac3ab3cc07eaf8c023188.tar.xz yuzu-c44d75787b03e84591aac3ab3cc07eaf8c023188.zip | |
Merge pull request #571 from lioncash/cleanup
arm: General cleanup
Diffstat (limited to 'src/core/arm/interpreter/armsupp.cpp')
| -rw-r--r-- | src/core/arm/interpreter/armsupp.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/arm/interpreter/armsupp.cpp b/src/core/arm/interpreter/armsupp.cpp index fd90fb0a4..ed4f6c2a2 100644 --- a/src/core/arm/interpreter/armsupp.cpp +++ b/src/core/arm/interpreter/armsupp.cpp | |||
| @@ -16,9 +16,6 @@ | |||
| 16 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | 16 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ |
| 17 | 17 | ||
| 18 | #include "core/arm/skyeye_common/armdefs.h" | 18 | #include "core/arm/skyeye_common/armdefs.h" |
| 19 | #include "core/arm/skyeye_common/armemu.h" | ||
| 20 | #include "core/arm/disassembler/arm_disasm.h" | ||
| 21 | #include "core/mem_map.h" | ||
| 22 | 19 | ||
| 23 | // Unsigned sum of absolute difference | 20 | // Unsigned sum of absolute difference |
| 24 | u8 ARMul_UnsignedAbsoluteDifference(u8 left, u8 right) | 21 | u8 ARMul_UnsignedAbsoluteDifference(u8 left, u8 right) |