ANDROID: Add graphics mode for linear filtering

This commit is contained in:
dhewg 2011-03-13 23:14:42 +01:00
parent c63c2a9e59
commit df9167c6b3
5 changed files with 32 additions and 12 deletions

View file

@ -116,6 +116,7 @@ OSystem_Android::OSystem_Android(int audio_sample_rate, int audio_buffer_size) :
_mouse_keycolor(0),
_use_mouse_palette(false),
_fullscreen(false),
_graphicsMode(0),
_ar_correction(false),
_show_mouse(false),
_show_overlay(false),