From 71f23f48868df4fcf88254f45ebf63534954c9f0 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 11 Jun 2015 13:13:11 +0000 Subject: [PATCH] nothing to see here --- BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs b/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs index 67c1b26eac..3e33d65aee 100644 --- a/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs +++ b/BizHawk.Emulation.Common/Base Implementations/NullEmulator.cs @@ -120,7 +120,7 @@ namespace BizHawk.Emulation.Common public class NullEmulatorSettings { - [DefaultValue(true)] + [DefaultValue(false)] public bool SnowyDisplay { get; set; } public NullEmulatorSettings()