Port yuzu-emu/yuzu#11946: "Enable (Feral Interactive) Gamemode on Linux" (#7245)

This commit is contained in:
Tobias
2023-12-20 06:08:07 -08:00
committed by GitHub
parent 2e369c03b8
commit c7e9f8449e
14 changed files with 540 additions and 3 deletions
+2
View File
@@ -421,6 +421,8 @@ struct Values {
std::vector<InputProfile> input_profiles; ///< The list of input profiles
std::vector<TouchFromButtonMap> touch_from_button_maps;
SwitchableSetting<bool> enable_gamemode{true, "enable_gamemode"};
// Core
Setting<bool> use_cpu_jit{true, "use_cpu_jit"};
SwitchableSetting<s32, true> cpu_clock_percentage{100, 5, 400, "cpu_clock_percentage"};