mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
Fixed listmedia dependent code (no whatsnew needed)
This commit is contained in:
parent
aa31b23824
commit
87e0102733
@ -272,10 +272,10 @@ static int execute_commands(core_options *options, const char *exename, const ga
|
||||
{ CLIOPTION_LISTSAMPLES, cli_info_listsamples },
|
||||
{ CLIOPTION_VERIFYROMS, info_verifyroms },
|
||||
{ CLIOPTION_VERIFYSAMPLES, info_verifysamples },
|
||||
{ CLIOPTION_ROMIDENT, info_romident }
|
||||
#ifdef MESS
|
||||
{ CLIOPTION_LISTMEDIA, info_listmedia },
|
||||
#endif
|
||||
{ CLIOPTION_ROMIDENT, info_romident }
|
||||
};
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user