yuzu/src
Lioncash 5289a496a7 armemu: Fix SADD16
The lo and hi parts of the result were being constructed as a result of hi and lo halfword intermixing from the rm and rn regs. However the lo part of the result should be constructed only from the lo halfwords of rm and rn, and the hi part of the result should only be constructed from the hi halfwords of rm and rn.
2014-12-17 09:36:25 -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 SADD16 2014-12-17 09:36:25 -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