PSP2: Add Playstation Vita (PSP2) support
This commit is contained in:
parent
3a7c091122
commit
70988527c6
39 changed files with 2049 additions and 15 deletions
|
@ -66,6 +66,9 @@ public:
|
|||
virtual int getDefaultGraphicsMode() const;
|
||||
virtual bool setGraphicsMode(int mode);
|
||||
virtual int getGraphicsMode() const;
|
||||
virtual const GraphicsMode *getSupportedShaders() const;
|
||||
virtual int getShader() const;
|
||||
virtual bool setShader(int id);
|
||||
virtual void resetGraphicsScale();
|
||||
#ifdef USE_RGB_COLOR
|
||||
virtual Graphics::PixelFormat getScreenFormat() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue