BACKENDS: Add getDefaultScaler and getDefaultScaleFactor to OSystem
This commit is contained in:
parent
7ed5984e2f
commit
da5d773924
9 changed files with 75 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue