mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-01 03:32:07 +00:00
Mount bdvd_dir regardless of patch category
This commit is contained in:
parent
544a458f20
commit
8f8605ab2f
@ -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…
Reference in New Issue
Block a user