mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
remove debug printfs (nw)
This commit is contained in:
parent
0aad5cb057
commit
c52cce3544
@ -467,13 +467,11 @@ void menu_select_launch::launch_system(mame_ui_manager &mui, game_driver const &
|
|||||||
if (part)
|
if (part)
|
||||||
{
|
{
|
||||||
std::string const string_list(util::string_format("%s:%s:%s:%s", swinfo->listname, swinfo->shortname, *part, swinfo->instance));
|
std::string const string_list(util::string_format("%s:%s:%s:%s", swinfo->listname, swinfo->shortname, *part, swinfo->instance));
|
||||||
printf("%s\n", string_list.c_str());
|
|
||||||
moptions.set_value(OPTION_SOFTWARENAME, string_list.c_str(), OPTION_PRIORITY_CMDLINE);
|
moptions.set_value(OPTION_SOFTWARENAME, string_list.c_str(), OPTION_PRIORITY_CMDLINE);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::string const string_list(util::string_format("%s:%s", swinfo->listname, swinfo->shortname));
|
std::string const string_list(util::string_format("%s:%s", swinfo->listname, swinfo->shortname));
|
||||||
printf("%s\n", string_list.c_str());
|
|
||||||
moptions.set_value(OPTION_SOFTWARENAME, string_list.c_str(), OPTION_PRIORITY_CMDLINE);
|
moptions.set_value(OPTION_SOFTWARENAME, string_list.c_str(), OPTION_PRIORITY_CMDLINE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user