Remove misc.c

This commit is contained in:
LibretroAdmin
2022-09-05 01:15:51 +02:00
parent 61171e198f
commit 9e8257183c
7 changed files with 1 additions and 33 deletions

View File

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