diff --git a/core/emulator.cpp b/core/emulator.cpp index 66a034f6c..842a320f9 100644 --- a/core/emulator.cpp +++ b/core/emulator.cpp @@ -652,6 +652,12 @@ void loadGameSpecificSettings() // Reload per-game settings config::Settings::instance().load(true); + + if (config::ForceWindowsCE) + { + config::ExtraDepthScale.override(0.1f); + config::FullMMU.override(true); + } } void Emulator::step()