From f4995c1837b433f77241075ee9a1597f80a59b89 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 14 Mar 2025 14:14:10 +0000 Subject: [PATCH] descriptions: remove allow_early_buffer_release --- src/config/ConfigDescriptions.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/config/ConfigDescriptions.hpp b/src/config/ConfigDescriptions.hpp index b007129d7..cdb69446c 100644 --- a/src/config/ConfigDescriptions.hpp +++ b/src/config/ConfigDescriptions.hpp @@ -1372,12 +1372,6 @@ inline static const std::vector CONFIG_OPTIONS = { .type = CONFIG_OPTION_INT, .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{ .value = "render:cm_fs_passthrough", .description = "Passthrough color settings for fullscreen apps when possible",