mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
6 lines
164 B
C
6 lines
164 B
C
/* finddefault.h -- find_default_device() declaration
|
|
Roger Dannenberg, Jan 2021
|
|
*/
|
|
|
|
PmDeviceID find_default_device(const char *path, int input, PmDeviceID id);
|