diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-30 22:30:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-30 22:30:47 +0200 |
commit | c7080e5d99bf77e432e6c900e64489b78a233f28 (patch) | |
tree | b9e42f59d1585ac5d5eb0aa053660bb5b7ad03eb /include/Config.hpp | |
parent | 3060e3ee000ddb12a78d8008f641b724ce7b07df (diff) |
Revert "Add high performance encoding option (for amd) in settings page. Requires gsr version >= 5.3.4"
This reverts commit 3060e3ee000ddb12a78d8008f641b724ce7b07df.
Diffstat (limited to 'include/Config.hpp')
-rw-r--r-- | include/Config.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index f9c70ac..0e8e4eb 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -60,7 +60,6 @@ namespace gsr { std::string joystick_hotkeys_enable_option = "disable_hotkeys"; std::string tint_color; ConfigHotkey show_hide_hotkey; - bool high_performance_encoding = false; }; struct YoutubeStreamConfig { |