Files
dolphin/Source/Core/Core
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
..
2014-10-20 17:49:33 -04:00
2014-11-05 11:47:44 -05:00
2014-10-20 17:49:33 -04:00
2014-07-13 02:16:51 +02:00