dolphin/Source/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
..
AudioCommon Fixes OpenSLES's sample rate. 2014-10-23 11:29:49 -05:00
Common Merge pull request #1408 from randomstuff/perf 2014-11-03 22:36:32 -05:00
Core Fix uninitialized GPU determinism mode for NAND titles or whatever. 2014-11-05 19:36:12 -05:00
DiscIO Merge pull request #1429 from lioncash/concat 2014-10-28 23:38:58 -04:00
DolphinQt DolphinQt: adapt so that it can boot games. 2014-11-02 13:53:48 -05:00
DolphinWX TASInputDlg: Narrow a variable scope in UpdateFromText 2014-11-05 13:52:03 -05:00
InputCommon VideoCommon/VideoBackends: Remove unnecessary wxWidgets references. 2014-11-01 19:19:00 -04:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends Merge pull request #1467 from waddlesplash/dolphin-qt 2014-11-02 18:08:55 -05:00
VideoCommon Merge pull request #1465 from degasus/master 2014-11-02 19:58:45 -05:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00