From fb6fe1332aaa9ab4d0ec0ad4ee8015ce4076bd85 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 29 Sep 2015 21:00:56 -0400 Subject: BACKENDS: Move to an openCD() without parameters as the public API --- backends/platform/dc/dc.h | 2 +- backends/platform/dc/dcmain.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/dc') diff --git a/backends/platform/dc/dc.h b/backends/platform/dc/dc.h index d8ab549c3a..80e484f6f8 100644 --- a/backends/platform/dc/dc.h +++ b/backends/platform/dc/dc.h @@ -58,7 +58,7 @@ class DCHardware { class DCCDManager : public DefaultAudioCDManager { // Initialize the specified CD drive for audio playback. - bool openCD(int drive); + bool openCD(); // Poll cdrom status // Returns true if cd audio is playing diff --git a/backends/platform/dc/dcmain.cpp b/backends/platform/dc/dcmain.cpp index eede796991..aa8430afc8 100644 --- a/backends/platform/dc/dcmain.cpp +++ b/backends/platform/dc/dcmain.cpp @@ -123,7 +123,7 @@ void DCCDManager::updateCD() // Dummy. The CD drive takes care of itself. } -bool DCCDManager::openCD(int drive) +bool DCCDManager::openCD() { // Dummy. return true; -- cgit v1.2.3