mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12: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
|
// 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
|
// Load /dev_bdvd/ from game list if available
|
||||||
if (auto node = games[m_title_id])
|
if (auto node = games[m_title_id])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue