mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 15:37:57 -05:00
yuzu: integrate gamemode support on linux
This commit is contained in:
@ -178,6 +178,8 @@ struct Values {
|
||||
true,
|
||||
&use_speed_limit};
|
||||
|
||||
Setting<bool> enable_gamemode{linkage, false, "enable_gamemode", Category::Core};
|
||||
|
||||
// Cpu
|
||||
SwitchableSetting<CpuAccuracy, true> cpu_accuracy{linkage, CpuAccuracy::Auto,
|
||||
CpuAccuracy::Auto, CpuAccuracy::Paranoid,
|
||||
|
Reference in New Issue
Block a user