Skip to content

Commit 9a86b48

Browse files
author
adelikat
committed
Remove speed hack on sound off for NES core, I've been told bypassing the APU isn't TAS safe
1 parent a127e2e commit 9a86b48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BizHawk.MultiClient/Sound.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public void UpdateSoundSettings()
185185
else
186186
DSoundBuffer.Volume = 0 - ((100 - Global.Config.SoundVolume) * 15);
187187

188+
/* //adelikat: I've been told this isn't TAS safe, so I'm disabling this speed hack
188189
if (Global.Emulator is NES)
189190
{
190191
NES n = Global.Emulator as NES;
@@ -193,6 +194,7 @@ public void UpdateSoundSettings()
193194
else
194195
n.SoundOn = true;
195196
}
197+
*/
196198
}
197199
}
198200
#else

0 commit comments

Comments
 (0)