mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 14:25:43 -04:00
core / system: Disc-Region Fix For Netplay
Fixes an issue which is only really valid for netplay since can start from an non-auto region sinc eit pulls it from the host.
This commit is contained in:
parent
ffb832eed3
commit
36c4345019
@ -1173,9 +1173,9 @@ bool System::BootSystem(SystemBootParameters parameters)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
disc_region = GetRegionForImage(disc.get());
|
||||||
if (s_region == ConsoleRegion::Auto)
|
if (s_region == ConsoleRegion::Auto)
|
||||||
{
|
{
|
||||||
disc_region = GetRegionForImage(disc.get());
|
|
||||||
if (disc_region != DiscRegion::Other)
|
if (disc_region != DiscRegion::Other)
|
||||||
{
|
{
|
||||||
s_region = GetConsoleRegionForDiscRegion(disc_region);
|
s_region = GetConsoleRegionForDiscRegion(disc_region);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user