Compare commits

..

1 Commits

Author SHA1 Message Date
cass_058 99b0e75226 Merge branch 'dev' into 'dev'
Disable compiling telemetry code by default

See merge request suyu-emu/suyu!81
2024-03-07 22:39:48 +00:00
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, "suyu Configuration:"); LOG_INFO(Config, "yuzu 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>suyu Configuration</string> <string>yuzu Configuration</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>