mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +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);
|