diff options
Diffstat (limited to 'backends/platform/android')
| -rw-r--r-- | backends/platform/android/android.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp index dc8dc9d9c0..ddef4275a4 100644 --- a/backends/platform/android/android.cpp +++ b/backends/platform/android/android.cpp @@ -385,6 +385,10 @@ void OSystem_Android::setFeatureState(Feature f, bool enable) {  bool OSystem_Android::getFeatureState(Feature f) {  	switch (f) { +	case kFeatureFullscreenMode: +		return _fullscreen; +	case kFeatureAspectRatioCorrection: +		return _ar_correction;  	case kFeatureVirtualKeyboard:  		return _virtkeybd_on;  	default: | 
