diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-30 17:16:21 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-30 17:16:21 +0200 |
commit | 3060e3ee000ddb12a78d8008f641b724ce7b07df (patch) | |
tree | d1b765a00fcd0f338d4b96c1a519063e336c9bf0 /include/Config.hpp | |
parent | 2b63fa048c0f7ca32dc3e96df18fd8d76df19c8c (diff) |
Add high performance encoding option (for amd) in settings page. Requires gsr version >= 5.3.4
Diffstat (limited to 'include/Config.hpp')
-rw-r--r-- | include/Config.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp index 0e8e4eb..f9c70ac 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -60,6 +60,7 @@ 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 { |