BACKENDS: Add getDefaultScaler and getDefaultScaleFactor to OSystem

This commit is contained in:
Cameron Cawley 2021-01-06 23:02:19 +00:00 committed by Eugene Sandulenko
parent 7ed5984e2f
commit da5d773924
9 changed files with 75 additions and 7 deletions

View file

@ -225,6 +225,11 @@ public:
* Search the scaler plugins for a special plugin based on its name.
*/
Plugin *findScalerPlugin(const char *name) const;
/**
* Search the scaler plugins for a special plugin based on its name.
*/
uint findScalerPluginIndex(const char *name) const;
};
/** Convenience shortcut for accessing singleton */