mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
COMMON: Added kFeatureHiDPI and return it from the backend
This commit is contained in:
parent
bb15133a0a
commit
c06d47e397
@ -255,6 +255,8 @@ bool OpenGLSdlGraphicsManager::getFeatureState(OSystem::Feature f) const {
|
||||
return _wantsFullScreen;
|
||||
}
|
||||
#endif
|
||||
case OSystem::kFeatureHiDPI:
|
||||
return getGraphicsModeScale(0) == 2;
|
||||
|
||||
default:
|
||||
return OpenGLGraphicsManager::getFeatureState(f);
|
||||
|
@ -368,6 +368,11 @@ public:
|
||||
*/
|
||||
kFeatureFilteringMode,
|
||||
|
||||
/**
|
||||
* Indicates that GUI runs in HiDPI mode
|
||||
*/
|
||||
kFeatureHiDPI,
|
||||
|
||||
/**
|
||||
* Indicate if stretch modes are supported by the backend.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user