diff options
Diffstat (limited to 'src/frontend/mame/ui/selsoft.cpp')
-rw-r--r-- | src/frontend/mame/ui/selsoft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/selsoft.cpp b/src/frontend/mame/ui/selsoft.cpp index 25baf9fe32c..c5c32303e93 100644 --- a/src/frontend/mame/ui/selsoft.cpp +++ b/src/frontend/mame/ui/selsoft.cpp @@ -741,7 +741,7 @@ void menu_select_software::filter_selected() } } m_data->set_filter_type(new_type); - reset(reset_options::SELECT_FIRST); + reset(reset_options::REMEMBER_REF); }); } } |