descriptions: remove allow_early_buffer_release
This commit is contained in:
parent
6ffde36466
commit
f4995c1837
1 changed files with 0 additions and 6 deletions
|
|
@ -1372,12 +1372,6 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
||||||
.type = CONFIG_OPTION_INT,
|
.type = CONFIG_OPTION_INT,
|
||||||
.data = SConfigOptionDescription::SRangeData{2, 0, 2},
|
.data = SConfigOptionDescription::SRangeData{2, 0, 2},
|
||||||
},
|
},
|
||||||
SConfigOptionDescription{
|
|
||||||
.value = "render:allow_early_buffer_release",
|
|
||||||
.description = "Allow early buffer release event. Fixes stuttering and missing frames for some apps. May cause graphical glitches and memory leaks in others",
|
|
||||||
.type = CONFIG_OPTION_BOOL,
|
|
||||||
.data = SConfigOptionDescription::SBoolData{true},
|
|
||||||
},
|
|
||||||
SConfigOptionDescription{
|
SConfigOptionDescription{
|
||||||
.value = "render:cm_fs_passthrough",
|
.value = "render:cm_fs_passthrough",
|
||||||
.description = "Passthrough color settings for fullscreen apps when possible",
|
.description = "Passthrough color settings for fullscreen apps when possible",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue