diff options
Diffstat (limited to 'backends/wince')
-rw-r--r-- | backends/wince/wince-sdl.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/wince/wince-sdl.cpp b/backends/wince/wince-sdl.cpp index eabcc9c969..b5a8d3a972 100644 --- a/backends/wince/wince-sdl.cpp +++ b/backends/wince/wince-sdl.cpp @@ -533,7 +533,9 @@ void OSystem_WINCE3::get_sample_rate() { } } // See if the output frequency is forced by the game - if ((_gameDetector._game.features & Scumm::GF_DIGI_IMUSE) || + if ((_gameDetector._gameid == "ft" || + _gameDetector._gameid == "dig" || + _gameDetector._gameid == "comi" || _gameDetector._gameid == "queen" || strncmp(_gameDetector._gameid.c_str(), "sword", 5) == 0 || strncmp(_gameDetector._gameid.c_str(), "sky", 3) == 0) |