mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-15 03:38:37 +00:00
Default fpsLimit mode to standard (we forgot to zero it). Fixes #2100.
This commit is contained in:
parent
ff6129dda3
commit
1c09548395
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user