![EmuCR: Dolphin EmuCR: Dolphin](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgo2McrBfp-WkSO1D38El7qE560FxoNUfqBCtzxFsGOXhK0wx6rxth_orO42Jq5SL9JP87WgYbQ0rGYr9RkuBT-qZLZM9ZaVW5bgy6URG1XgCA9aO-s6aAeVb7-8eNcG30n5wjFggZ-B1C-/s320/97969695.jpg)
Dolphin Git changelog:
* Merge pull request #5918 from Ebola16/master
m_bt_wiimote_motor rename and tooltip addition
* m_bt_wiimote_motor rename and tooltip addition
* Merge pull request #5916 from degasus/cmp
Interpreter: Fix cmpi.
* 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.
Download: Dolphin Git 5.0-5132 x64
Download: Dolphin Git 5.0-5132 Android
Source: HereDolphin Git 5.0-2877
0 Comments
Post a Comment