mirror of
https://github.com/holub/mame
synced 2025-05-16 10:52:43 +03:00
fixed -listmedia ambiguous output (dating back to when it was -listdevice). no whatsnew.
This commit is contained in:
parent
3900f44d0a
commit
33e55958b0
@ -1130,7 +1130,7 @@ static int info_listmedia(core_options *options, const char *gamename)
|
||||
const char *shortname;
|
||||
char paren_shortname[16];
|
||||
|
||||
printf(" SYSTEM DEVICE NAME (brief) IMAGE FILE EXTENSIONS SUPPORTED \n");
|
||||
printf(" SYSTEM MEDIA NAME (brief) IMAGE FILE EXTENSIONS SUPPORTED \n");
|
||||
printf("---------- -------------------- ------------------------------------\n");
|
||||
|
||||
/* iterate over drivers */
|
||||
|
Loading…
Reference in New Issue
Block a user