mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Mount bdvd_dir regardless of patch category
This commit is contained in:
parent
544a458f20
commit
8f8605ab2f
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
|
|||
}
|
||||
|
||||
// Booting patch data
|
||||
if (m_cat == "GD" && bdvd_dir.empty() && disc.empty())
|
||||
if ((is_disc_patch || m_cat == "GD") && bdvd_dir.empty() && disc.empty())
|
||||
{
|
||||
// Load /dev_bdvd/ from game list if available
|
||||
if (auto node = games[m_title_id])
|
||||
|
|
Loading…
Add table
Reference in a new issue