mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
common: Move global configuration state modifiers back to settings
This commit is contained in:
parent
fc4d2cbf34
commit
5c0cf58f73
5 changed files with 14 additions and 13 deletions
|
@ -529,4 +529,7 @@ void UpdateRescalingInfo();
|
|||
// Restore the global state of all applicable settings in the Values struct
|
||||
void RestoreGlobalState(bool is_powered_on);
|
||||
|
||||
bool IsConfiguringGlobal();
|
||||
void SetConfiguringGlobal(bool is_global);
|
||||
|
||||
} // namespace Settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue