mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DSP: use CR_* enum values
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user