mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 06:25:47 -04:00
Merge pull request #2981 from HeatXD/patch-1
core / system: Disc-Region Fix For Netplay
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user