Misc cleanup

This commit is contained in:
Tillmann Karras
2020-05-10 07:22:01 +01:00
parent a660033e8c
commit e651592ef5
5 changed files with 7 additions and 12 deletions

View File

@ -265,7 +265,8 @@ void DSPLLE::DSP_WriteMailBoxHigh(bool cpu_mailbox, u16 value)
{
if (gdsp_mbox_peek(MAILBOX_CPU) & 0x80000000)
{
ERROR_LOG(DSPLLE, "Mailbox isn't empty ... strange");
// the DSP didn't read the previous value
WARN_LOG(DSPLLE, "Mailbox isn't empty ... strange");
}
#if PROFILE