From d7b9f653e3fd098c15a7bdbb58a8bde73347d4b0 Mon Sep 17 00:00:00 2001 From: couriersud Date: Fri, 9 Jan 2015 23:21:19 +0100 Subject: Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of other files so that mame compiles and links. Tested SDL build (linux/windows). --- src/osd/osdepend.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/osd/osdepend.h') diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h index 0096143c46c..104039edf3d 100644 --- a/src/osd/osdepend.h +++ b/src/osd/osdepend.h @@ -167,6 +167,13 @@ public: // video overridables virtual void *get_slider_list(); + // midi overridables + // FIXME: this should return a list of devices, not list them on stdout + virtual void list_midi_devices(void); + + // FIXME: everything below seems to be osd specific and not part of + // this INTERFACE but part of the osd IMPLEMENTATION + void init_subsystems(); virtual bool video_init(); -- cgit v1.2.3