mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
6 lines
158 B
C
6 lines
158 B
C
/* finddefault.h -- find_default_device() declaration
|
|
Roger Dannenberg, Jan 2021
|
|
*/
|
|
|
|
PmDeviceID find_default_device(char *path, int input, PmDeviceID id);
|