dolphin/Source
Scott Mansell 4ffeb057cc Interpreter: Fix bug with icache emulation.
The constructor sets up way_from_valid and way_from_plur as fast lookup
tables for implementing the PLRU algrothm. Then the Init function
memsets them to zero, meaning the instruction cache will now always
choose the first way in each set.

This degrades the cache from 128 sets, 8 way to 128 sets, 1 way.

Not only does fixing this bug increase accuracy, but it increases
preformance too, giving a 1% speedup to interpreter.
2015-07-07 22:20:36 +12:00
..
Android Android TV: Game selection screen highlights games with accent color. 2015-07-03 13:46:54 -04:00
Core Interpreter: Fix bug with icache emulation. 2015-07-07 22:20:36 +12:00
DSPSpy
DSPTool
PCH
UnitTests Revert "x64: build a Position-Independent Executable (PIE)" 2015-06-14 16:06:26 +12:00
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln