Skip to content

Commit 35d7732

Browse files
QuzarDCQuzarDC
authored andcommitted
Remove double-init of streams in multi-stream example.
1 parent c2327bd commit 35d7732

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • examples/dreamcast/sound/multi-stream

examples/dreamcast/sound/multi-stream/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ int main(int argc, char **argv) {
2828

2929
vid_set_mode(DM_640x480, PM_RGB555);
3030
// Initialize sound system and WAV
31-
snd_stream_init();
3231
wav_init();
3332

3433
wav_stream_hnd_t faucet = wav_create("/rd/faucet.wav", LOOP);

0 commit comments

Comments
 (0)