mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Core/BootManager: Disable loading time emulation for Riivolution-patched games until we have proper emulation for that.
This commit is contained in:
parent
6394960f54
commit
d0c11f76b5
1 changed files with 4 additions and 0 deletions
|
@ -418,6 +418,10 @@ bool BootCore(std::unique_ptr<BootParameters> boot, const WindowSystemInfo& wsi)
|
|||
if (StartUp.bWii && DiscIO::IsNTSC(StartUp.m_region) && Config::Get(Config::SYSCONF_PAL60))
|
||||
Config::SetCurrent(Config::SYSCONF_PAL60, false);
|
||||
|
||||
// Disable loading time emulation for Riivolution-patched games until we have proper emulation.
|
||||
if (!boot->riivolution_patches.empty())
|
||||
StartUp.bFastDiscSpeed = true;
|
||||
|
||||
Core::UpdateWantDeterminism(/*initial*/ true);
|
||||
|
||||
if (StartUp.bWii)
|
||||
|
|
Loading…
Add table
Reference in a new issue