dolphin/Source/Core
Fiora 8903df7300 MMU: simplify code to restore original data register after failed load
Instead of passing the value around constantly, just store it in the regcache,
note where it is, and restore it on the exception path.

This saves a whole bunch of pushing and popping and gives a ~5% speed boost
in Rebel Strike. It's a bit ugly, but it simplifies a lot of code and is
faster, too.
2015-01-05 10:45:59 -08:00
..
AudioCommon Upgrade AudioUnit API usage. 2014-11-25 00:42:21 -05:00
Common x64ABI: enhance MOVTwo to take an offset 2015-01-05 10:45:58 -08:00
Core MMU: simplify code to restore original data register after failed load 2015-01-05 10:45:59 -08:00
DiscIO Merge pull request #1776 from JosJuice/cleanrip-wii-discs 2015-01-03 10:42:51 +11:00
DolphinQt DolphinQt: Silence -Wshadow warnings. 2014-12-09 10:36:16 -06:00
DolphinWX Merge pull request #1743 from Stevoisiak/variableNamingConsistency 2015-01-04 22:45:30 +01:00
InputCommon Manually revert d34418100b 2014-12-20 00:33:15 -05:00
UICommon Added GameCube Adapter support. 2014-12-10 20:45:45 +11:00
VideoBackends OGL: Fix stereoscopy not being applied properly while the game is running. 2015-01-03 01:36:43 +01:00
VideoCommon VideoCommon: fix deterministic dual core 2015-01-03 21:50:51 +01:00
CMakeLists.txt