From 13561a008ef620e1e2ef1a8b0fd7c9aff0cc9351 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Mon, 3 Nov 2008 22:03:05 +0000 Subject: implement OSystem::getOverlayFormat() svn-id: r34890 --- backends/platform/psp/osys_psp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'backends') diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h index e231a08d24..6da16c6e3b 100644 --- a/backends/platform/psp/osys_psp.h +++ b/backends/platform/psp/osys_psp.h @@ -112,6 +112,7 @@ public: virtual OverlayColor ARGBToColor(uint8 a, uint8 r, uint8 g, uint8 b); virtual void colorToARGB(OverlayColor color, uint8 &a, uint8 &r, uint8 &g, uint8 &b); virtual void grabPalette(byte *colors, uint start, uint num); + virtual Graphics::PixelFormat getOverlayFormat() const { return Graphics::createPixelFormat<1555>(); } virtual bool showMouse(bool visible); -- cgit v1.2.3