mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 11:51:52 +00:00
ANDROID: Init vars to match with the defaults
The feature flags are set too late, so lets fix that here
This commit is contained in:
parent
f4fd9e8b50
commit
82bcddf8da
@ -109,9 +109,9 @@ OSystem_Android::OSystem_Android(int audio_sample_rate, int audio_buffer_size) :
|
||||
_mouse_hotspot(),
|
||||
_mouse_keycolor(0),
|
||||
_use_mouse_palette(false),
|
||||
_fullscreen(false),
|
||||
_graphicsMode(0),
|
||||
_ar_correction(false),
|
||||
_fullscreen(true),
|
||||
_ar_correction(true),
|
||||
_show_mouse(false),
|
||||
_show_overlay(false),
|
||||
_enable_zoning(false),
|
||||
|
Loading…
Reference in New Issue
Block a user