1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 05:26:40 -05:00

common: Move global configuration state modifiers back to settings

This commit is contained in:
lat9nq
2023-07-18 15:49:36 -04:00
parent b02e7eea78
commit 3211623192
5 changed files with 14 additions and 13 deletions

View File

@@ -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