From c2e0540fecb7ce6ac11362cc77cf12aa60656516 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 03:49:24 +0200 Subject: Remove obsolete define STORM --- source/cpuexec.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source/cpuexec.c') 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) -- cgit v1.2.3