Silence stuffs we dont use in libretro

This commit is contained in:
retro-wertz
2017-05-08 10:10:24 +08:00
parent 3b96573a6d
commit 016a68c018
2 changed files with 3 additions and 3 deletions

View File

@@ -952,7 +952,7 @@ int FlushEmulateSound(void) {
}
inbuf = end;
FCEU_WriteWaveData(WaveFinal, end); /* This function will just return
/* FCEU_WriteWaveData(WaveFinal, end); This function will just return
if sound recording is off. */
return(end);
}