Merge pull request #14869 from cristian64/ram_override_ios

Core: Fix RAM override setup in IOS.
This commit is contained in:
Admiral H. Curtiss
2026-09-17 01:32:08 +02:00
committed by GitHub
+1 -1
View File
@@ -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;