Update settings.cpp

merge-requests/85/head
zqpvr 2024-03-08 00:23:16 +07:00
parent 664e77b4d8
commit 5db58434e5
1 changed files with 1 additions and 1 deletions

@ -114,7 +114,7 @@ void LogSettings() {
LOG_INFO(Config, "{}: {}", name, Common::FS::PathToUTF8String(path)); 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 (auto& [category, settings] : values.linkage.by_category) {
for (const auto& setting : settings) { for (const auto& setting : settings) {
if (setting->Id() == values.yuzu_token.Id()) { if (setting->Id() == values.yuzu_token.Id()) {