GRAPHICS: Split ScalerPluginObject into two classes
This commit is contained in:
parent
b94f24aa67
commit
b8f2c0b990
29 changed files with 452 additions and 314 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue