mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
clang-format
This commit is contained in:
parent
6d1477f214
commit
a683e42516
1 changed files with 1 additions and 2 deletions
|
@ -186,8 +186,7 @@ void RestoreGlobalState() {
|
|||
|
||||
void Sanitize() {
|
||||
values.use_asynchronous_gpu_emulation.SetValue(
|
||||
values.use_asynchronous_gpu_emulation.GetValue() ||
|
||||
values.use_multi_core.GetValue());
|
||||
values.use_asynchronous_gpu_emulation.GetValue() || values.use_multi_core.GetValue());
|
||||
}
|
||||
|
||||
} // namespace Settings
|
||||
|
|
Loading…
Reference in a new issue