Skip to content

Commit f217341

Browse files
committed
Enable burnmarks by default
1 parent 22bce2d commit f217341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/GraphicsTweaksConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DECLARE_CONFIG(GraphicsTweaksConfig) {
2222
CONFIG_VALUE(ColorSpace, int, "ColorSpace", 6); // 0 = Unknown, 1 = Unmanaged, 2 = Rec_2020, 3 = Rec_709, 4 = Rift_CV1, 5 = Rift_S, 6 = Quest, 7 = P3, 8 = Adobe_RGB
2323
CONFIG_VALUE(CpuPerfLevel, int, "CpuPerfLevel", 1); // 0 = Low, 1 = SustainedLow, 2 = SustainedHigh
2424
CONFIG_VALUE(GpuPerfLevel, int, "GpuPerfLevel", 2); // 0 = Low, 1 = SustainedLow, 2 = SustainedHigh
25-
CONFIG_VALUE(Burnmarks, bool, "Burnmarks", false);
25+
CONFIG_VALUE(Burnmarks, bool, "Burnmarks", true);
2626
CONFIG_VALUE(MenuShockwaves, bool, "MenuShockwaves", false);
2727
CONFIG_VALUE(GameShockwaves, bool, "GameShockwaves", false);
2828
CONFIG_VALUE(UsedGraphicsPresetBefore, bool, "UsedGraphicsPresetBefore", false);

0 commit comments

Comments
 (0)