mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
ui/cheatopt.cpp: MT07510 (nw)
This commit is contained in:
parent
e3b997b8b4
commit
75836c7ed7
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user