aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/system.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index 6071e4582b..3cbeee7d82 100644
--- a/common/system.h
+++ b/common/system.h
@@ -1119,6 +1119,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,
* refer to the SaveFileManager documentation.