mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Change default Sleep Timers Accuracy setting's value to "Usleep Only"
This commit is contained in:
parent
a0f0c418d7
commit
f0c267ecb0
2 changed files with 4 additions and 4 deletions
|
|
@ -418,7 +418,7 @@ struct cfg_root : cfg::node
|
|||
cfg::_bool hle_lwmutex{this, "HLE lwmutex"}; // Force alternative lwmutex/lwcond implementation
|
||||
|
||||
cfg::_int<10, 1000> clocks_scale{this, "Clocks scale", 100}; // Changing this from 100 (percentage) may affect game speed in unexpected ways
|
||||
cfg::_enum<sleep_timers_accuracy_level> sleep_timers_accuracy{this, "Sleep timers accuracy", sleep_timers_accuracy_level::_as_host}; // Affects sleep timers accuracy (to fix host's sleep accuracy)
|
||||
cfg::_enum<sleep_timers_accuracy_level> sleep_timers_accuracy{this, "Sleep Timers Accuracy", sleep_timers_accuracy_level::_usleep};
|
||||
} core{this};
|
||||
|
||||
struct node_vfs : cfg::node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue