aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/dc/dc.h')
-rw-r--r--backends/platform/dc/dc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/dc/dc.h b/backends/platform/dc/dc.h
index 80e484f6f8..b49080324d 100644
--- a/backends/platform/dc/dc.h
+++ b/backends/platform/dc/dc.h
@@ -60,6 +60,9 @@ class DCCDManager : public DefaultAudioCDManager {
// Initialize the specified CD drive for audio playback.
bool openCD();
+ // Close the open CD drive
+ void closeCD() {}
+
// Poll cdrom status
// Returns true if cd audio is playing
bool pollCD();