By default, turn off rewind for large savestates :(
This commit is contained in:
parent
d6850afb44
commit
c50c681414
|
@ -259,7 +259,7 @@ namespace BizHawk.MultiClient
|
|||
public bool Rewind_UseDelta = true;
|
||||
public bool RewindEnabledSmall = true;
|
||||
public bool RewindEnabledMedium = true;
|
||||
public bool RewindEnabledLarge = true;
|
||||
public bool RewindEnabledLarge = false;
|
||||
public int RewindFrequencySmall = 1;
|
||||
public int RewindFrequencyMedium = 2;
|
||||
public int RewindFrequencyLarge = 60;
|
||||
|
|
Loading…
Reference in New Issue