GRAPHICS: Split ScalerPluginObject into two classes

This commit is contained in:
Cameron Cawley 2021-11-22 00:01:20 +00:00 committed by Paweł Kołodziejski
parent b94f24aa67
commit b8f2c0b990
29 changed files with 452 additions and 314 deletions

View file

@ -124,6 +124,10 @@ uint ModularGraphicsBackend::getScaler() const {
return _graphicsManager->getScaler();
}
uint ModularGraphicsBackend::getScaleFactor() const {
return _graphicsManager->getScaleFactor();
}
#ifdef USE_RGB_COLOR
Graphics::PixelFormat ModularGraphicsBackend::getScreenFormat() const {