overlays: fix media list dialog pad interception

This commit is contained in:
Megamouse 2023-05-28 10:25:12 +02:00
parent 9f5e3ecb8c
commit 4aee1b378a

View File

@ -262,6 +262,7 @@ namespace rsx
break;
}
m_interactive = false; // KLUDGE: Set interactive to false in order to stop pad interaction properly in close.
close(false, true);
if (return_code >= 0 && m_media && m_media->type != media_list_dialog::media_type::directory)