mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-14 00:04:08 -05:00
Update settings.cpp
This commit is contained in:
parent
664e77b4d8
commit
5db58434e5
@ -114,7 +114,7 @@ void LogSettings() {
|
||||
LOG_INFO(Config, "{}: {}", name, Common::FS::PathToUTF8String(path));
|
||||
};
|
||||
|
||||
LOG_INFO(Config, "yuzu Configuration:");
|
||||
LOG_INFO(Config, "suyu Configuration:");
|
||||
for (auto& [category, settings] : values.linkage.by_category) {
|
||||
for (const auto& setting : settings) {
|
||||
if (setting->Id() == values.yuzu_token.Id()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user