aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/dc.h')
-rw-r--r--backends/dc/dc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/backends/dc/dc.h b/backends/dc/dc.h
index 8fa314baf5..7a17b964a1 100644
--- a/backends/dc/dc.h
+++ b/backends/dc/dc.h
@@ -46,12 +46,15 @@ class OSystem_Dreamcast : public OSystem {
// En-/disable the specified feature.
void setFeatureState(Feature f, bool enable);
- // Query the state of the specified feature. For example, test whether
+ // Query the state of the specified feature.
bool getFeatureState(Feature f);
// Retrieve a list of all graphics modes supported by this backend.
const GraphicsMode *getSupportedGraphicsModes() const;
+ // Return the ID of the 'default' graphics mode.
+ int getDefaultGraphicsMode() const;
+
// Switch to the specified graphics mode.
bool setGraphicsMode(int mode);