OPENGLSDL: Move getSupportedFormats into OpenGLGraphicsManager
This commit is contained in:
parent
6d2da5c6f1
commit
0ddfe927ce
4 changed files with 49 additions and 56 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
|
||||
#ifdef USE_RGB_COLOR
|
||||
virtual Graphics::PixelFormat getScreenFormat() const override;
|
||||
virtual Common::List<Graphics::PixelFormat> getSupportedFormats() const override = 0;
|
||||
virtual Common::List<Graphics::PixelFormat> getSupportedFormats() const override;
|
||||
#endif
|
||||
|
||||
virtual void beginGFXTransaction() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue