ui/cheatopt.cpp: MT07510 (nw)

This commit is contained in:
Ivan Vangelista 2019-11-29 16:12:15 +01:00
parent e3b997b8b4
commit 75836c7ed7

View File

@ -121,10 +121,7 @@ void menu_cheat::populate(float &customtop, float &custombottom)
std::string text;
std::string subtext;
/* add a separator */
item_append(menu_item_type::SEPARATOR);
// add other cheats
// add cheats
if (!mame_machine_manager::instance()->cheat().entries().empty()) {
for (auto &curcheat : mame_machine_manager::instance()->cheat().entries())
{