ALL: Sync with ScummVM - rev. 87ebc7140c
This commit is contained in:
parent
0a212398b3
commit
84e62b6c8d
261 changed files with 27464 additions and 13852 deletions
|
@ -82,6 +82,18 @@ int ModularBackend::getGraphicsMode() const {
|
|||
return _graphicsManager->getGraphicsMode();
|
||||
}
|
||||
|
||||
const OSystem::GraphicsMode *ModularBackend::getSupportedShaders() const {
|
||||
return _graphicsManager->getSupportedShaders();
|
||||
}
|
||||
|
||||
bool ModularBackend::setShader(int id) {
|
||||
return _graphicsManager->setShader(id);
|
||||
}
|
||||
|
||||
int ModularBackend::getShader() const {
|
||||
return _graphicsManager->getShader();
|
||||
}
|
||||
|
||||
void ModularBackend::resetGraphicsScale() {
|
||||
_graphicsManager->resetGraphicsScale();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue