Default fpsLimit mode to standard (we forgot to zero it). Fixes #2100.

This commit is contained in:
Henrik Rydgard 2013-06-05 22:41:49 +02:00
parent ff6129dda3
commit 1c09548395

View File

@ -33,7 +33,7 @@ enum GPUCore {
struct CoreParameter
{
CoreParameter() : collectEmuLog(0), unthrottle(false), updateRecent(true) {}
CoreParameter() : collectEmuLog(0), unthrottle(false), updateRecent(true), fpsLimit(0) {}
// 0 = Interpreter
// 1 = Jit
// 2 = JitIL