aboutsummaryrefslogtreecommitdiff
path: root/source/snaporig.c
diff options
context:
space:
mode:
authoraliaspider2014-10-30 03:10:39 +0100
committeraliaspider2014-10-30 03:10:39 +0100
commita3b65d60b0d3ad1637556edeedeab1e0a29e1fca (patch)
tree3e582cd67d9ee3deec6c6fb9b13cf927f31deb4f /source/snaporig.c
parent8a50d176b72a48dc1a8892ee398cf8855c244812 (diff)
downloadsnes9x2005-a3b65d60b0d3ad1637556edeedeab1e0a29e1fca.tar.gz
snes9x2005-a3b65d60b0d3ad1637556edeedeab1e0a29e1fca.tar.bz2
snes9x2005-a3b65d60b0d3ad1637556edeedeab1e0a29e1fca.zip
remove some unused functions/files
Diffstat (limited to 'source/snaporig.c')
-rw-r--r--source/snaporig.c4
1 files changed, 0 insertions, 4 deletions
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;