aboutsummaryrefslogtreecommitdiff
path: root/audio/mididrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mididrv.h')
-rw-r--r--audio/mididrv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/mididrv.h b/audio/mididrv.h
index 7369cab26b..9db23b8d14 100644
--- a/audio/mididrv.h
+++ b/audio/mididrv.h
@@ -156,6 +156,9 @@ public:
/** Find the music driver matching the given driver name/description. */
static DeviceHandle getDeviceHandle(const Common::String &identifier);
+ /** Check whether the device with the given handle is available. */
+ static bool checkDevice(DeviceHandle handle);
+
/** Get the music type matching the given device handle, or MT_AUTO if there is no match. */
static MusicType getMusicType(DeviceHandle handle);