diff options
-rw-r--r-- | backends/null/null.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/null/null.cpp b/backends/null/null.cpp index 6c9ed754ae..6a627787d3 100644 --- a/backends/null/null.cpp +++ b/backends/null/null.cpp @@ -287,12 +287,12 @@ int OSystem_NULL::getOutputSampleRate() const bool OSystem_NULL::openCD(int drive) { - return true; + return false; } bool OSystem_NULL::pollCD() { - return true; + return false; } void OSystem_NULL::playCD(int track, int num_loops, int start_frame, int duration) |