dolphin/Source/Core
comex f5c7f676dc Evict registers from the cache based on LRU.
The old method would always evict the first suitable register, i.e. the
same register every time once the cache got full.  The cache doesn't get
terribly often, but the result is pathological...
2014-09-03 01:06:14 -04:00
..
AudioCommon Merge pull request #930 from skidau/openal-seq-ms 2014-09-02 09:56:46 -04:00
Common x64Emitter: Do not assert-fail on redundant MOVs, instead show an error log 2014-09-02 10:17:32 +02:00
Core Evict registers from the cache based on LRU. 2014-09-03 01:06:14 -04:00
DiscIO msvc: remove some remnants of SDL and DSound from projects and general cleanup. 2014-09-01 21:27:44 -07:00
DolphinWX Merge pull request #920 from shuffle2/msvc-gtest 2014-09-02 07:40:49 +02:00
InputCommon msvc: remove some remnants of SDL and DSound from projects and general cleanup. 2014-09-01 21:27:44 -07:00
VideoBackends msvc: remove some remnants of SDL and DSound from projects and general cleanup. 2014-09-01 21:27:44 -07:00
VideoCommon Merge pull request #924 from comex/fifo-command-runnable 2014-09-02 23:27:30 -04:00
CMakeLists.txt