diff options
Diffstat (limited to 'source/cpuexec.c')
-rw-r--r-- | source/cpuexec.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source/cpuexec.c b/source/cpuexec.c index 9319255..468fbf5 100644 --- a/source/cpuexec.c +++ b/source/cpuexec.c @@ -155,8 +155,6 @@ void S9xMainLoop_SA1_SFX(void) } } - CHECK_SOUND(); - if (CPU.Flags & IRQ_PENDING_FLAG) { if (CPU.IRQCycleCount == 0) @@ -241,8 +239,6 @@ void S9xMainLoop_SA1_NoSFX(void) } } - CHECK_SOUND(); - if (CPU.Flags & IRQ_PENDING_FLAG) { if (CPU.IRQCycleCount == 0) @@ -318,8 +314,6 @@ void S9xMainLoop_NoSA1_SFX(void) } } - CHECK_SOUND(); - if (CPU.Flags & IRQ_PENDING_FLAG) { if (CPU.IRQCycleCount == 0) @@ -402,8 +396,6 @@ void S9xMainLoop_NoSA1_NoSFX(void) } } - CHECK_SOUND(); - if (CPU.Flags & IRQ_PENDING_FLAG) { if (CPU.IRQCycleCount == 0) @@ -500,10 +492,8 @@ void S9xDoHBlankProcessing_SFX() S9xSuperFXExec(); #ifndef USE_BLARGG_APU -#ifndef STORM if (Settings.SoundSync) S9xGenerateSound(); -#endif CPU.Cycles -= Settings.H_Max; if (IAPU.APUExecuting) @@ -683,10 +673,8 @@ void S9xDoHBlankProcessing_NoSFX() case HBLANK_END_EVENT: #ifndef USE_BLARGG_APU -#ifndef STORM if (Settings.SoundSync) S9xGenerateSound(); -#endif CPU.Cycles -= Settings.H_Max; if (IAPU.APUExecuting) |