From a6fc4341ecddc1e1aaf24ce6b67c41c066916dbe Mon Sep 17 00:00:00 2001 From: Noah Sherwin Date: Mon, 2 Nov 2020 02:32:27 -0800 Subject: [PATCH] Disable Cinematic Black Bars by default --- src/Configuration.Loader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configuration.Loader.cs b/src/Configuration.Loader.cs index 2e60f9804..8867373ec 100644 --- a/src/Configuration.Loader.cs +++ b/src/Configuration.Loader.cs @@ -38,7 +38,7 @@ public class ConfigurationLoader : INotifyPropertyChanged private byte _adapter; /* physical monitor to run hce/spv3 on */ private bool _borderless; /* run hce/spv3 without window borders */ private bool _borderlessEnabled; /* ability to toggle borderless */ - private bool _cinemabars = true; /* toggle spv3 cinematic black bars */ + private bool _cinemabars = false; /* toggle spv3 cinematic black bars */ private bool _doom; /* toggle spv3 doom mode */ private bool _eax; /* toggle hw accel. & environmental sound */ private byte _framerate = 60; /* framerate to run spv3 at (in vsync mode) */