Merge pull request #2981 from HeatXD/patch-1
core / system: Disc-Region Fix For Netplay
This commit is contained in:
commit
671f856d8d
|
@ -1173,9 +1173,9 @@ bool System::BootSystem(SystemBootParameters parameters)
|
|||
return false;
|
||||
}
|
||||
|
||||
disc_region = GetRegionForImage(disc.get());
|
||||
if (s_region == ConsoleRegion::Auto)
|
||||
{
|
||||
disc_region = GetRegionForImage(disc.get());
|
||||
if (disc_region != DiscRegion::Other)
|
||||
{
|
||||
s_region = GetConsoleRegionForDiscRegion(disc_region);
|
||||
|
|
Loading…
Reference in New Issue