dolphin/Source/Core
Markus Wick b89e4b5258 Interpreter: Fix cmpi.
cmpi shall compare two signed 32 bit values. The used difference a-b
may overflow and so the resulting 32 bit value can't represent it.
A correct way would be cr = s64(a) - s64(b) and it should be done in
this way in the JITs, but the Interpreter shall implement the most
readable way.

Also drops the now unused helper function.
2017-08-11 17:35:22 +02:00
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common Config: Fix Movie config loading/saving 2017-08-11 15:36:32 +08:00
Core Interpreter: Fix cmpi. 2017-08-11 17:35:22 +02:00
DiscIO Merge pull request #5871 from JosJuice/read-swapped-and-shifted 2017-08-11 15:58:42 +08:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 DolphinQt2: Replace "Pad size" with "Buffer size" 2017-08-11 12:22:44 +02:00
DolphinWX DolphinWX: Replace "Pad buffer" with "Buffer size" 2017-08-11 12:36:42 +02:00
InputCommon Merge pull request #5860 from jturcotte/fix-macos-nswitch-axis 2017-08-07 13:44:07 +12:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Remove non-integer IRs 2017-08-08 12:09:50 +02:00
VideoCommon Merge pull request #5867 from leoetlino/widescreen 2017-08-11 18:23:54 +08:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00