refactored device_t and all declarations

This commit is contained in:
Jess Lovelace
2022-01-13 21:06:11 -05:00
parent 8bb18ef598
commit f18615ae87
219 changed files with 707 additions and 10 deletions

View File

@@ -264,6 +264,7 @@ static const device_config_t midi_input_config[] =
const device_t rtmidi_device =
{
SYSTEM_MIDI_NAME,
"rtmidi",
0, 0,
rtmidi_init,
rtmidi_close,
@@ -278,6 +279,7 @@ const device_t rtmidi_device =
const device_t rtmidi_input_device =
{
MIDI_INPUT_NAME,
"rtmidi_input",
0, 0,
rtmidi_input_init,
rtmidi_input_close,