aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.c')
-rw-r--r--frontend/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/main.c b/frontend/main.c
index e072cde..d6f4cd1 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -37,7 +37,6 @@ void StopDebugger();
extern int iUseReverb;
extern int iUseInterpolation;
extern int iXAPitch;
-extern int iSPUIRQWait;
extern int iVolume;
int ready_to_go;
@@ -157,7 +156,6 @@ void emu_set_default_config(void)
iUseReverb = 2;
iUseInterpolation = 1;
iXAPitch = 0;
- iSPUIRQWait = 1;
iVolume = 768;
#ifndef __ARM_ARCH_7A__ /* XXX */
iUseReverb = 0;