SYSTEM: Unify OSystem::getSupportedFormats() signature
svn-id: r49838
This commit is contained in:
parent
96f1e29300
commit
703f0ca29c
11 changed files with 16 additions and 16 deletions
|
@ -148,7 +148,7 @@ Graphics::PixelFormat OSystem_PSP::getScreenFormat() const {
|
|||
return _screen.getScummvmPixelFormat();
|
||||
}
|
||||
|
||||
Common::List<Graphics::PixelFormat> OSystem_PSP::getSupportedFormats() {
|
||||
Common::List<Graphics::PixelFormat> OSystem_PSP::getSupportedFormats() const {
|
||||
return _displayManager.getSupportedPixelFormats();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue