COMMON: Remove kFeatureHiDPI from OSystem and use getHiDPIScreenFactor instead
This commit is contained in:
parent
4ad54446f8
commit
abf782c670
6 changed files with 5 additions and 15 deletions
|
@ -199,8 +199,6 @@ bool OSystem_iOS7::getFeatureState(Feature f) {
|
|||
return _videoContext->asprectRatioCorrection;
|
||||
case kFeatureVirtualKeyboard:
|
||||
return isKeyboardShown();
|
||||
case kFeatureHiDPI:
|
||||
return true;
|
||||
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue