瀏覽代碼

Update settings.cpp

zqpvr 2 年之前
父節點
當前提交
5db58434e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/settings.cpp

+ 1 - 1
src/common/settings.cpp

@@ -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()) {