From e2eb2ce8c9c2c8731d8fcffedaf8a6a40346b69a Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Sun, 16 Oct 2016 11:07:08 -0700 Subject: Remove unused variables. --- source/apu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/apu.h') diff --git a/source/apu.h b/source/apu.h index 4d01447..b09f3c4 100644 --- a/source/apu.h +++ b/source/apu.h @@ -160,7 +160,7 @@ void S9xSetAPUControl(uint8_t byte); void S9xSetAPUDSP(uint8_t byte); uint8_t S9xGetAPUDSP(); void S9xSetAPUTimer(uint16_t Address, uint8_t byte); -bool S9xInitSound(int quality, bool stereo, int buffer_size); +bool S9xInitSound(); void S9xOpenCloseSoundTracingFile(bool); void S9xPrintAPUState(); extern uint16_t S9xAPUCycles [256]; // Scaled cycle lengths -- cgit v1.2.3