mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Qt: Do not require to close games when adding new disc game directories
This commit is contained in:
parent
70ce7ee106
commit
00502e94b5
1 changed files with 0 additions and 6 deletions
|
@ -3364,14 +3364,8 @@ void main_window::dropEvent(QDropEvent* event)
|
|||
}
|
||||
case drop_type::drop_dir: // import valid games to gamelist (games.yaml)
|
||||
{
|
||||
if (!m_gui_settings->GetBootConfirmation(this))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
for (const auto& path : drop_paths)
|
||||
{
|
||||
Emu.GracefulShutdown(false);
|
||||
AddGamesFromDir(path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue