PSP2: Add Playstation Vita (PSP2) support
This commit is contained in:
parent
3a7c091122
commit
70988527c6
39 changed files with 2049 additions and 15 deletions
|
@ -81,6 +81,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