dolphin/Source
comex 9d23a366c8 Fix uninitialized GPU determinism mode for NAND titles or whatever.
m_strGPUDeterminismMode can be set by either the global or game
settings.  Either way, it's then supposed to be parsed into an enum,
m_GPUDeterminismMode.  However, the code to do this was placed right
after checking for game settings, which doesn't happen at all if there
isn't a valid title ID.  Move it outside the if block.
2014-11-05 19:36:12 -05:00
..
Android Merge pull request #1264 from Stevoisiak/GCM-to-ISO 2014-11-02 11:29:41 -06:00
Core Fix uninitialized GPU determinism mode for NAND titles or whatever. 2014-11-05 19:36:12 -05:00
DSPSpy
DSPTool
PCH
UnitTests Merge pull request #1420 from jcowgill/fix-cmake-test-names 2014-10-29 17:23:26 -04:00
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln