mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-15 00:09:07 -05:00
9d23a366c8
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.