I forgot these ones. (nw)

This commit is contained in:
dankan1890 2016-09-14 00:25:02 +02:00
parent 60b2ccdb9f
commit cdd470aa90

View File

@ -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;
}