diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index 428290b79a..9989a10dc2 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -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;