summaryrefslogtreecommitdiff
path: root/src/frontend_common/config.h
diff options
context:
space:
mode:
authorGravatar flodavid2023-12-16 18:26:26 +0100
committerGravatar flodavid2024-01-08 18:43:56 +0100
commit63b835f822e5167aa529f2c27c5df136defef6eb (patch)
tree45e69dabebeb24510902818d8e5d78e39bd4a365 /src/frontend_common/config.h
parentMerge pull request #12608 from szepeviktor/typos (diff)
downloadyuzu-63b835f822e5167aa529f2c27c5df136defef6eb.tar.gz
yuzu-63b835f822e5167aa529f2c27c5df136defef6eb.tar.xz
yuzu-63b835f822e5167aa529f2c27c5df136defef6eb.zip
Save profile name used
- Save the profile name in global config - Read the profile name when reading the global config
Diffstat (limited to 'src/frontend_common/config.h')
-rw-r--r--src/frontend_common/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frontend_common/config.h b/src/frontend_common/config.h
index b01631649..4798d6432 100644
--- a/src/frontend_common/config.h
+++ b/src/frontend_common/config.h
@@ -51,7 +51,6 @@ protected:
51 [[nodiscard]] bool IsCustomConfig() const; 51 [[nodiscard]] bool IsCustomConfig() const;
52 52
53 void Reload(); 53 void Reload();
54 void Save();
55 54
56 /** 55 /**
57 * Derived config classes must implement this so they can reload all platform-specific 56 * Derived config classes must implement this so they can reload all platform-specific