mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
Add sync core speed
This commit is contained in:
parent
d25bea5762
commit
70c2439d8c
7 changed files with 53 additions and 5 deletions
|
@ -210,6 +210,7 @@ struct Values {
|
|||
true,
|
||||
true,
|
||||
&use_speed_limit};
|
||||
SwitchableSetting<bool> sync_core_speed{linkage, false, "sync_core_speed", Category::Core, Specialization::Default};
|
||||
|
||||
// Cpu
|
||||
SwitchableSetting<CpuBackend, true> cpu_backend{linkage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue