2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
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
..
citra Add configurable per-class log filtering 2014-12-13 02:08:06 -02:00
citra_qt HLE: Rename namespaces to match move & fix initialization order 2014-12-16 01:08:38 -02:00
common Restore the original console color after logging a message. 2014-12-14 02:10:41 -02:00
core armemu: Fix SSUB16 2014-12-17 15:40:10 -05:00
video_core Convert old logging calls to new logging macros 2014-12-13 02:08:02 -02:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00