diff options
Diffstat (limited to 'backends/wince/wince-sdl.cpp')
-rw-r--r-- | backends/wince/wince-sdl.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/wince/wince-sdl.cpp b/backends/wince/wince-sdl.cpp index ab9ed5bd62..5ed7362206 100644 --- a/backends/wince/wince-sdl.cpp +++ b/backends/wince/wince-sdl.cpp @@ -728,6 +728,12 @@ void OSystem_WINCE3::update_game_settings() { if (_isSmartphone) panel->setVisible(false); + + // Set Smush Force Redraw rate for Full Throttle + if (!ConfMan.hasKey("Smush_force_redraw")) { + ConfMan.set("Smush_force_redraw", 30); + ConfMan.flushToDisk(); + } } get_sample_rate(); |