DSP: use CR_* enum values

This commit is contained in:
Tillmann Karras
2021-05-31 05:12:32 +01:00
parent 2f8c9a7735
commit a13df9b251
2 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@ u16 DSPLLE::DSP_WriteControlRegister(u16 value)
{
m_dsp_core.GetInterpreter().WriteCR(value);
if ((value & 2) != 0)
if ((value & CR_EXTERNAL_INT) != 0)
{
if (m_is_dsp_on_thread)
{