parent
76508146ae
commit
907131b7f5
|
@ -652,6 +652,12 @@ void loadGameSpecificSettings()
|
||||||
|
|
||||||
// Reload per-game settings
|
// Reload per-game settings
|
||||||
config::Settings::instance().load(true);
|
config::Settings::instance().load(true);
|
||||||
|
|
||||||
|
if (config::ForceWindowsCE)
|
||||||
|
{
|
||||||
|
config::ExtraDepthScale.override(0.1f);
|
||||||
|
config::FullMMU.override(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Emulator::step()
|
void Emulator::step()
|
||||||
|
|
Loading…
Reference in New Issue