mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 04:25:19 +00: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
Reference in a new issue