mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 02:40:11 +00:00
Merge pull request #14869 from cristian64/ram_override_ios
Core: Fix RAM override setup in IOS.
This commit is contained in:
@@ -221,7 +221,7 @@ static void ReleasePPCAncast(Core::System& system)
|
||||
void RAMOverrideForIOSMemoryValues(Memory::MemoryManager& memory, MemorySetupType setup_type)
|
||||
{
|
||||
// Don't touch anything if the feature isn't enabled.
|
||||
if (!Config::Get(Config::MAIN_RAM_OVERRIDE_ENABLE) ||
|
||||
if (!Config::Get(Config::MAIN_RAM_OVERRIDE_ENABLE) &&
|
||||
SConfig::GetInstance().GetSimulatedMemorySize() <= Memory::MEM1_SIZE_RETAIL)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user