mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
clang-format
This commit is contained in:
parent
be59d82047
commit
ca132f7dfb
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…
Add table
Add a link
Reference in a new issue