diff options
| author | 2017-02-25 16:47:27 +0000 | |
|---|---|---|
| committer | 2017-02-25 17:23:22 +0000 | |
| commit | d5d04ca682bd0481e7cdb4d0a72e0ac4d66ce61b (patch) | |
| tree | 161940aaa8220b9b439ffbe9788a5cff94cef118 | |
| parent | 246b98a3c075b43224bc6818f210d2740ad382b3 (diff) | |
Update mame.cpp
| -rw-r--r-- | src/frontend/mame/mame.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/mame/mame.cpp b/src/frontend/mame/mame.cpp index b99566ea5de..feb5fb770d4 100644 --- a/src/frontend/mame/mame.cpp +++ b/src/frontend/mame/mame.cpp @@ -299,7 +299,10 @@ void mame_machine_manager::create_custom(running_machine& machine) // start favorite manager m_favorite = std::make_unique<favorite_manager>(machine, m_ui->options()); +} +void mame_machine_manager::load_cheatfiles(running_machine& machine) +{ // set up the cheat engine m_cheat = std::make_unique<cheat_manager>(machine); } |
