Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2025-05-19 16:24:19 +02:00 committed by GitHub
commit c01e6bf3b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
139 changed files with 20426 additions and 15557 deletions

View file

@ -854,7 +854,7 @@ namespace CafeSystem
module->TitleStart();
cemu_initForGame();
// enter scheduler
if (ActiveSettings::GetCPUMode() == CPUMode::MulticoreRecompiler && !LaunchSettings::ForceInterpreter())
if ((ActiveSettings::GetCPUMode() == CPUMode::MulticoreRecompiler || LaunchSettings::ForceMultiCoreInterpreter()) && !LaunchSettings::ForceInterpreter())
coreinit::OSSchedulerBegin(3);
else
coreinit::OSSchedulerBegin(1);