mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00
Update mame.cpp
This commit is contained in:
parent
246b98a3c0
commit
d5d04ca682
@ -299,7 +299,10 @@ void mame_machine_manager::create_custom(running_machine& machine)
|
|||||||
|
|
||||||
// start favorite manager
|
// start favorite manager
|
||||||
m_favorite = std::make_unique<favorite_manager>(machine, m_ui->options());
|
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
|
// set up the cheat engine
|
||||||
m_cheat = std::make_unique<cheat_manager>(machine);
|
m_cheat = std::make_unique<cheat_manager>(machine);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user