mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
Set GFX_NORMAL on WinCE, oops
svn-id: r4164
This commit is contained in:
parent
1eafbe4d72
commit
c9915a9519
@ -450,8 +450,11 @@ int GameDetector::detectMain(int argc, char **argv)
|
||||
|
||||
_noSubtitles = 0; // use by default - should this depend on soundtrack?
|
||||
|
||||
//_gfx_mode = GFX_DOUBLESIZE;
|
||||
#ifndef _WIN32_WCE
|
||||
_gfx_mode = GFX_DOUBLESIZE;
|
||||
#else
|
||||
_gfx_mode = GFX_NORMAL;
|
||||
#endif
|
||||
_sfx_volume = 100;
|
||||
|
||||
#if defined(USE_NULL_DRIVER)
|
||||
|
Loading…
x
Reference in New Issue
Block a user