summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorGravatar lat9nq2023-07-18 15:49:36 -0400
committerGravatar lat9nq2023-07-21 10:56:55 -0400
commit32116231924bfc1ad356fc0f39df327a393b8df1 (patch)
tree61ffe216c4246ee63f387169cc2eecb0dc80e216 /src/common/settings.h
parentsettings_setting: Fix typo (diff)
downloadyuzu-32116231924bfc1ad356fc0f39df327a393b8df1.tar.gz
yuzu-32116231924bfc1ad356fc0f39df327a393b8df1.tar.xz
yuzu-32116231924bfc1ad356fc0f39df327a393b8df1.zip
common: Move global configuration state modifiers back to settings
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 618c34334..655f6468a 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -529,4 +529,7 @@ void UpdateRescalingInfo();
529// Restore the global state of all applicable settings in the Values struct 529// Restore the global state of all applicable settings in the Values struct
530void RestoreGlobalState(bool is_powered_on); 530void RestoreGlobalState(bool is_powered_on);
531 531
532bool IsConfiguringGlobal();
533void SetConfiguringGlobal(bool is_global);
534
532} // namespace Settings 535} // namespace Settings