mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 07:38:56 +02:00
yuzu: integrate gamemode support on linux
This commit is contained in:
parent
9485b44d25
commit
e21bdc68db
11 changed files with 481 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue