Merge branch suyu:dev into dev

This commit is contained in:
KawaiiBunga 2024-03-08 01:01:38 +00:00
commit 56309ef84e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>yuzu Configuration</string> <string>suyu Configuration</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>