mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
revert 38ef9a30ec
revert fix: CI Error Refactoring error (with another, need to indent) Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -2024,10 +2024,12 @@ void GMainWindow::BootGame(const QString& filename, Service::AM::FrontendAppletP
|
||||
system->ApplySettings();
|
||||
|
||||
// Final Fantasy Tactics requires single-core mode to boot properly
|
||||
if (title_id == 0x010038B015560000ULL) {
|
||||
LOG_INFO(Frontend, "Applying workaround: forcing single-core mode for Final Fantasy Tactics");
|
||||
Settings::values.use_multi_core.SetValue(false);
|
||||
}
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
Settings::LogSettings();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user