mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Added a critical section around the external_interrupt_waiting variable, to be safe. Also, commit a file I missed in r6859.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6860 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -156,7 +156,7 @@ int RunCyclesDebug(int cycles)
|
||||
{
|
||||
DSPCore_CheckExternalInterrupt();
|
||||
DSPCore_CheckExceptions();
|
||||
g_dsp.external_interrupt_waiting = false;
|
||||
DSPCore_SetExternalInterrupt(false);
|
||||
}
|
||||
|
||||
while (true)
|
||||
@ -220,7 +220,7 @@ int RunCycles(int cycles)
|
||||
{
|
||||
DSPCore_CheckExternalInterrupt();
|
||||
DSPCore_CheckExceptions();
|
||||
g_dsp.external_interrupt_waiting = false;
|
||||
DSPCore_SetExternalInterrupt(false);
|
||||
}
|
||||
|
||||
while (true)
|
||||
|
Reference in New Issue
Block a user