renderer: fix cm_fs_passthrough (#9698)

This commit is contained in:
UjinT34
2025-03-22 20:34:01 +03:00
committed by GitHub
parent 6384f4acf4
commit 6ab5a0befb
4 changed files with 14 additions and 11 deletions

View File

@@ -1381,8 +1381,8 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
SConfigOptionDescription{
.value = "render:cm_fs_passthrough",
.description = "Passthrough color settings for fullscreen apps when possible",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{true},
.type = CONFIG_OPTION_INT,
.data = SConfigOptionDescription::SRangeData{.value = 2, .min = 0, .max = 2},
},
SConfigOptionDescription{
.value = "render:cm_enabled",