diff options
author | Johannes Schickel | 2016-03-21 01:48:38 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-03-21 01:48:38 +0100 |
commit | 5336882555e4834bb5b93fddcf4231d3def9d028 (patch) | |
tree | 757cc1dd3d5112f7ae479f86d2d11e0cf378e9bc /backends/platform/ds/arm9/source/osystem_ds.cpp | |
parent | 00edd712e85c7811c1b6f1119ad2abcad6999ce9 (diff) | |
parent | afe8ea139ccc4e563260494c236642153c540001 (diff) | |
download | scummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.tar.gz scummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.tar.bz2 scummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.zip |
Merge pull request #704 from lordhoto/clone2727-audiocd
Implement Custom Audio CD Support for Win32, Linux, and Mac OS X.
Diffstat (limited to 'backends/platform/ds/arm9/source/osystem_ds.cpp')
-rw-r--r-- | backends/platform/ds/arm9/source/osystem_ds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/osystem_ds.cpp b/backends/platform/ds/arm9/source/osystem_ds.cpp index c53f57523d..f23192cd9d 100644 --- a/backends/platform/ds/arm9/source/osystem_ds.cpp +++ b/backends/platform/ds/arm9/source/osystem_ds.cpp @@ -715,7 +715,7 @@ void OSystem_DS::deleteMutex(MutexRef mutex) { // and should be replaced by an AudioCDManager subclass, // see backends/audiocd/ and common/system.h -bool OSystem_DS::openCD(int drive) { +bool OSystem_DS::openCD() { return DS::CD::checkCD(); } |