1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
This commit is contained in:
twinaphex 2019-06-17 20:09:48 +02:00
parent 7bbd927946
commit 04d4ddc2d7

View File

@ -235,6 +235,8 @@ bool midi_driver_flush(void);
**/
size_t midi_driver_get_event_size(uint8_t status);
const char *midi_driver_find_ident(int index);
RETRO_END_DECLS
#endif