yuzu/src/core/arm
Lioncash 58dc554733 armemu: Fix SSUB16
Broken from the same reason SADD16 was.

The lo part of the result should only be constructed from the lo halfwords of rm and rn.
The hi part of the result should only be constructed from the hi halfwords of rm and rn.
2014-12-17 15:40:10 -05:00
..
disassembler Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +00:00
dyncom Convert old logging calls to new logging macros 2014-12-13 02:08:02 -02:00
interpreter armemu: Fix SSUB16 2014-12-17 15:40:10 -05:00
skyeye_common armemu: Fix FTOUI NaN sign. 2014-12-16 05:56:06 -05:00
arm_interface.h Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +00:00