mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-29 06:15:45 -04:00
CDROM: Fix region check
This commit is contained in:
parent
53fffb1de2
commit
7270531c3d
@ -680,6 +680,9 @@ bool CDROM::DoesMediaRegionMatchConsole()
|
||||
if (!g_settings.cdrom_region_check)
|
||||
return true;
|
||||
|
||||
if (s_disc_region == DiscRegion::Other)
|
||||
return false;
|
||||
|
||||
return System::GetRegion() == System::GetConsoleRegionForDiscRegion(s_disc_region);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user