COMMON: Remove kFeatureHiDPI from OSystem and use getHiDPIScreenFactor instead

This commit is contained in:
Thierry Crozat 2021-08-10 23:20:31 +01:00
parent 4ad54446f8
commit abf782c670
6 changed files with 5 additions and 15 deletions

View file

@ -199,8 +199,6 @@ bool OSystem_iOS7::getFeatureState(Feature f) {
return _videoContext->asprectRatioCorrection;
case kFeatureVirtualKeyboard:
return isKeyboardShown();
case kFeatureHiDPI:
return true;
default:
return false;