mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 23:55:40 +00:00
parent
282998d0bb
commit
c9e5e3a43e
|
@ -1301,7 +1301,8 @@ void CDROM::DoIDRead()
|
||||||
{
|
{
|
||||||
flags_byte |= (1 << 6); // Disc Missing
|
flags_byte |= (1 << 6); // Disc Missing
|
||||||
}
|
}
|
||||||
else if (m_disc_region == DiscRegion::Other)
|
else if (m_disc_region == DiscRegion::Other ||
|
||||||
|
m_system->GetRegion() != System::GetConsoleRegionForDiscRegion(m_disc_region))
|
||||||
{
|
{
|
||||||
stat_byte |= STAT_ID_ERROR;
|
stat_byte |= STAT_ID_ERROR;
|
||||||
flags_byte |= (1 << 7); // Unlicensed
|
flags_byte |= (1 << 7); // Unlicensed
|
||||||
|
|
Loading…
Reference in a new issue