mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
I forgot these ones. (nw)
This commit is contained in:
parent
60b2ccdb9f
commit
cdd470aa90
@ -310,6 +310,8 @@ bool favorite_manager::isgame_favorite(const game_driver *driver)
|
||||
m_current = current;
|
||||
return true;
|
||||
}
|
||||
|
||||
m_current = m_list.begin();
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -325,6 +327,8 @@ bool favorite_manager::isgame_favorite(ui_software_info const &swinfo)
|
||||
m_current = current;
|
||||
return true;
|
||||
}
|
||||
|
||||
m_current = m_list.begin();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user