This commit is contained in:
zeromus 2020-05-02 20:31:29 -04:00
parent 6a67a3320f
commit d9d0a095b3
1 changed files with 1 additions and 1 deletions

View File

@ -81,9 +81,9 @@ namespace BizHawk.Client.Common
public bool ShowContextMenu { get; set; } = true;
public bool EnableBackupMovies { get; set; } = true;
public bool MoviesOnDisk { get; set; }
public bool MoviesInAwe { get; set; }
public bool HotkeyConfigAutoTab { get; set; } = true;
public bool InputConfigAutoTab { get; set; } = true;
public bool SkipWaterboxIntegrityChecks { get; set; } = false;
public bool BackupSavestates { get; set; } = true;
public bool SaveScreenshotWithStates { get; set; } = true;
public int BigScreenshotSize { get; set; } = 128 * 1024;