dolphin/Source/Core
magumagu 43d56febc4 JIT: use fastmem loads in MMU mode.
Even in games that require MMU mode, loads outside the area specified by
the BAT are rare, so fastmem is a substantial improvement.

All of the interesting changes are in the backpatch handler, to make it
generate DSI exceptions correctly.
2014-12-12 22:08:46 -08:00
..
AudioCommon Upgrade AudioUnit API usage. 2014-11-25 00:42:21 -05:00
Common Jit64: clean up casts in memory operands 2014-12-07 20:23:27 +01:00
Core JIT: use fastmem loads in MMU mode. 2014-12-12 22:08:46 -08:00
DiscIO DiscIO: Remove some explicit deletes 2014-12-04 11:39:20 -05:00
DolphinQt DolphinQt: Silence -Wshadow warnings. 2014-12-09 10:36:16 -06:00
DolphinWX Merge pull request #1662 from lioncash/tas 2014-12-07 00:58:58 -06:00
InputCommon HW: Remove UpdateOutput 2014-11-28 10:54:04 -08:00
UICommon
VideoBackends Merge pull request #1503 from kayru/d3d_optimization_cache 2014-12-11 23:38:35 +01:00
VideoCommon FIFO: allocate slightly more for SIMD vertex loader overreads 2014-12-10 05:52:55 -08:00
CMakeLists.txt