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 Fixed issue with DSP Dump not closing files. 2014-06-23 13:08:43 -07:00
DSPTool msvc: remove some remnants of SDL and DSound from projects and general cleanup. 2014-09-01 21:27:44 -07:00
PCH Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
UnitTests Merge pull request #1420 from jcowgill/fix-cmake-test-names 2014-10-29 17:23:26 -04:00
VSProps Fix QtCompile.props to work if the repo path contains spaces. 2014-09-27 23:08:18 -07:00
.clang-format
CMakeLists.txt Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
dolphin-emu.sln Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00