From 1b9987ddc9ff7a69d0de5bbbbd4aee42fff08b42 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Sat, 4 Jun 2016 15:56:15 +0600 Subject: GUI: Add getOSDFormat() and make OSD 32 bpp --- common/system.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common') diff --git a/common/system.h b/common/system.h index 6071e4582b..3cbeee7d82 100644 --- a/common/system.h +++ b/common/system.h @@ -1118,6 +1118,12 @@ public: virtual void clearOSD() = 0; + /** + * Returns 'on screen display' pixel format. + */ + + virtual Graphics::PixelFormat getOSDFormat() = 0; + /** * Return the SaveFileManager, used to store and load savestates * and other modifiable persistent game data. For more information, -- cgit v1.2.3