diff options
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index d98dd2925..a1cc76a38 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -63,7 +63,6 @@ SWITCHABLE(u8, true); | |||
| 63 | #undef SWITCHABLE | 63 | #undef SWITCHABLE |
| 64 | 64 | ||
| 65 | Values values; | 65 | Values values; |
| 66 | static bool configuring_global = true; | ||
| 67 | 66 | ||
| 68 | std::string GetTimeZoneString() { | 67 | std::string GetTimeZoneString() { |
| 69 | const auto time_zone_index = static_cast<std::size_t>(values.time_zone_index.GetValue()); | 68 | const auto time_zone_index = static_cast<std::size_t>(values.time_zone_index.GetValue()); |
| @@ -131,14 +130,6 @@ void LogSettings() { | |||
| 131 | log_path("DataStorage_SDMCDir", Common::FS::GetYuzuPath(Common::FS::YuzuPath::SDMCDir)); | 130 | log_path("DataStorage_SDMCDir", Common::FS::GetYuzuPath(Common::FS::YuzuPath::SDMCDir)); |
| 132 | } | 131 | } |
| 133 | 132 | ||
| 134 | bool IsConfiguringGlobal() { | ||
| 135 | return configuring_global; | ||
| 136 | } | ||
| 137 | |||
| 138 | void SetConfiguringGlobal(bool is_global) { | ||
| 139 | configuring_global = is_global; | ||
| 140 | } | ||
| 141 | |||
| 142 | bool IsGPULevelExtreme() { | 133 | bool IsGPULevelExtreme() { |
| 143 | return values.gpu_accuracy.GetValue() == GpuAccuracy::Extreme; | 134 | return values.gpu_accuracy.GetValue() == GpuAccuracy::Extreme; |
| 144 | } | 135 | } |