mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 04:25:37 +00:00
CDROM: Don't panic on unknown register read
This commit is contained in:
parent
94b2060979
commit
901927d7fe
@ -1114,7 +1114,7 @@ u8 CDROM::ReadRegister(u32 offset)
|
|||||||
{
|
{
|
||||||
ERROR_LOG("Unknown CDROM register read: offset=0x{:02X}, index={}", offset,
|
ERROR_LOG("Unknown CDROM register read: offset=0x{:02X}, index={}", offset,
|
||||||
ZeroExtend32(s_state.status.index.GetValue()));
|
ZeroExtend32(s_state.status.index.GetValue()));
|
||||||
Panic("Unknown CDROM register");
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user