From bb59a289c20d2abafae1190458f2913f846e23dd Mon Sep 17 00:00:00 2001 From: Collecting Date: Wed, 29 Oct 2025 22:12:26 +0000 Subject: [PATCH] re-add/LOG_INFO Old version I replaced removed title_ids & this log information so just re-adding. Signed-off-by: Collecting --- src/citron/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/citron/main.cpp b/src/citron/main.cpp index e0a6b5db1..7fffdb998 100644 --- a/src/citron/main.cpp +++ b/src/citron/main.cpp @@ -2024,6 +2024,8 @@ void GMainWindow::BootGame(const QString& filename, Service::AM::FrontendAppletP system->ApplySettings(); // Final Fantasy Tactics requires single-core mode to boot properly + if (title_id == UICommon::TitleID::FinalFantasyTactics) { + LOG_INFO(Frontend, "Applying workaround: forcing single-core mode for Final Fantasy Tactics"); if (title_id == 0x010038B015560000ULL) { Settings::values.use_multi_core.SetValue(false); }