Skip to content

Commit

Permalink
Disable Cinematic Black Bars by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Nov 2, 2020
1 parent 2e758c8 commit a6fc434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.Loader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

1 comment on commit a6fc434

@BinToss
Copy link
Owner Author

@BinToss BinToss commented on a6fc434 Nov 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes HaloSPV3#47

Please sign in to comment.