aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp_gu.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/psp/osys_psp_gu.h')
-rw-r--r--backends/platform/psp/osys_psp_gu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/psp/osys_psp_gu.h b/backends/platform/psp/osys_psp_gu.h
index c221971fc8..106b73b308 100644
--- a/backends/platform/psp/osys_psp_gu.h
+++ b/backends/platform/psp/osys_psp_gu.h
@@ -39,12 +39,12 @@ public:
OSystem_PSP_GU();
~OSystem_PSP_GU();
void updateScreen();
- void initSize(uint width, uint height);
+ void initSize(uint width, uint height, const Graphics::PixelFormat *format);
int getDefaultGraphicsMode() const;
bool setGraphicsMode(int mode);
bool setGraphicsMode(const char *name);
int getGraphicsMode() const;
- void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, byte keycolor, int cursorTargetScale);
+ void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, int cursorTargetScale, const Graphics::PixelFormat *format);
void copyRectToScreen(const byte *buf, int pitch, int x, int y, int w, int h) ;
void setPalette(const byte *colors, uint start, uint num);
void setCursorPalette(const byte *colors, uint start, uint num);