ALL: Sync with ScummVM - rev. 2586ca2345
This commit is contained in:
parent
ff56446d6a
commit
53759fe53a
214 changed files with 17297 additions and 12700 deletions
|
@ -94,6 +94,22 @@ int ModularBackend::getShader() const {
|
|||
return _graphicsManager->getShader();
|
||||
}
|
||||
|
||||
const OSystem::GraphicsMode *ModularBackend::getSupportedStretchModes() const {
|
||||
return _graphicsManager->getSupportedStretchModes();
|
||||
}
|
||||
|
||||
int ModularBackend::getDefaultStretchMode() const {
|
||||
return _graphicsManager->getDefaultStretchMode();
|
||||
}
|
||||
|
||||
bool ModularBackend::setStretchMode(int mode) {
|
||||
return _graphicsManager->setStretchMode(mode);
|
||||
}
|
||||
|
||||
int ModularBackend::getStretchMode() const {
|
||||
return _graphicsManager->getStretchMode();
|
||||
}
|
||||
|
||||
void ModularBackend::resetGraphicsScale() {
|
||||
_graphicsManager->resetGraphicsScale();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue