re-add/LOG_INFO

Old version I replaced removed title_ids & this log information so just re-adding.

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-10-29 22:12:26 +00:00
parent 5a7c572292
commit bb59a289c2

View File

@@ -2024,6 +2024,8 @@ 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) {
LOG_INFO(Frontend, "Applying workaround: forcing single-core mode for Final Fantasy Tactics");
if (title_id == 0x010038B015560000ULL) { if (title_id == 0x010038B015560000ULL) {
Settings::values.use_multi_core.SetValue(false); Settings::values.use_multi_core.SetValue(false);
} }