fix: CI Error

Refactoring error

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-10-30 05:16:23 +00:00
parent 6bdd091db9
commit 38ef9a30ec

View File

@@ -2024,12 +2024,10 @@ void GMainWindow::BootGame(const QString& filename, Service::AM::FrontendAppletP
system->ApplySettings(); system->ApplySettings();
// Final Fantasy Tactics requires single-core mode to boot properly // Final Fantasy Tactics requires single-core mode to boot properly
if (title_id == UICommon::TitleID::FinalFantasyTactics) { if (title_id == 0x010038B015560000ULL) {
LOG_INFO(Frontend, "Applying workaround: forcing single-core mode for Final Fantasy Tactics"); LOG_INFO(Frontend, "Applying workaround: forcing single-core mode for Final Fantasy Tactics");
if (title_id == 0x010038B015560000ULL) {
Settings::values.use_multi_core.SetValue(false); Settings::values.use_multi_core.SetValue(false);
} }
}
Settings::LogSettings(); Settings::LogSettings();