From a3b65d60b0d3ad1637556edeedeab1e0a29e1fca Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 30 Oct 2014 03:10:39 +0100 Subject: remove some unused functions/files --- source/snaporig.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/snaporig.c') diff --git a/source/snaporig.c b/source/snaporig.c index c68f677..1e2e19b 100644 --- a/source/snaporig.c +++ b/source/snaporig.c @@ -201,7 +201,6 @@ static int ReadOrigSnapshot(STREAM snap) } S9xReset(); - S9xSetSoundMute(TRUE); if ((result = ReadBlock("CPU:", &OrigCPU, sizeof(OrigCPU), snap)) != SUCCESS) return (result); OrigCPU.FastROMSpeed = OrigCPU.FastROMSpeed_old; @@ -444,8 +443,6 @@ static int ReadOrigSnapshot(STREAM snap) OrigSoundData.channels [i].sample_pointer; SoundData.channels [i].mode = OrigSoundData.channels [i].mode; } - - S9xSetSoundMute(FALSE); IAPU.PC = IAPU.RAM + IAPU.Registers.PC; S9xAPUUnpackStatus(); if (APUCheckDirectPage()) @@ -459,7 +456,6 @@ static int ReadOrigSnapshot(STREAM snap) { Settings.APUEnabled = FALSE; IAPU.APUExecuting = FALSE; - S9xSetSoundMute(TRUE); } S9xFixSoundAfterSnapshotLoad(); ICPU.ShiftedPB = ICPU.Registers.PB << 16; -- cgit v1.2.3