mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +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_LISTSAMPLES, cli_info_listsamples },
|
||||||
{ CLIOPTION_VERIFYROMS, info_verifyroms },
|
{ CLIOPTION_VERIFYROMS, info_verifyroms },
|
||||||
{ CLIOPTION_VERIFYSAMPLES, info_verifysamples },
|
{ CLIOPTION_VERIFYSAMPLES, info_verifysamples },
|
||||||
{ CLIOPTION_ROMIDENT, info_romident }
|
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
{ CLIOPTION_LISTMEDIA, info_listmedia },
|
{ CLIOPTION_LISTMEDIA, info_listmedia },
|
||||||
#endif
|
#endif
|
||||||
|
{ CLIOPTION_ROMIDENT, info_romident }
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user