mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
overlays: fix media list dialog pad interception
This commit is contained in:
parent
9f5e3ecb8c
commit
4aee1b378a
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ namespace rsx
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_interactive = false; // KLUDGE: Set interactive to false in order to stop pad interaction properly in close.
|
||||||
close(false, true);
|
close(false, true);
|
||||||
|
|
||||||
if (return_code >= 0 && m_media && m_media->type != media_list_dialog::media_type::directory)
|
if (return_code >= 0 && m_media && m_media->type != media_list_dialog::media_type::directory)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue