From 3236917479b7985e5d5cb7a39b1e5bb47309405c Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 15 Aug 2021 13:21:02 +1000 Subject: [PATCH] HostInterface: Enable 8MB RAM should be disabled by all enhancements --- src/core/host_interface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/host_interface.cpp b/src/core/host_interface.cpp index 885f785aa..d0f25fe4f 100644 --- a/src/core/host_interface.cpp +++ b/src/core/host_interface.cpp @@ -643,6 +643,7 @@ void HostInterface::FixIncompatibleSettings(bool display_osd_messages) Log_WarningPrintf("All enhancements disabled by config setting."); g_settings.cpu_overclock_enable = false; g_settings.cpu_overclock_active = false; + g_settings.enable_8mb_ram = false; g_settings.gpu_resolution_scale = 1; g_settings.gpu_multisamples = 1; g_settings.gpu_per_sample_shading = false;