diff options
author | 2021-11-24 11:19:55 +1100 | |
---|---|---|
committer | 2021-11-24 11:19:55 +1100 | |
commit | 44a5a57d0eefc1aeafb00d42f91e2100e186a71c (patch) | |
tree | 2e7003802b9568c5820db3362a10a599b6074025 /src/frontend/mame/ui/selsoft.cpp | |
parent | ae8adeb04212102a7f8587ef4388156140e21ab0 (diff) | |
parent | 4518f0eadeb4482ba01ab5add75d6eae921ce571 (diff) |
Merge remote-tracking branch 'upstream/master'
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); }); } } |