summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/chip8.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/chip8.c b/apps/plugins/chip8.c
index 533ef037e9..ab3880e023 100644
--- a/apps/plugins/chip8.c
+++ b/apps/plugins/chip8.c
@@ -555,9 +555,7 @@ bool chip8_run(char* file)
555 is_playing = rb->mp3_is_playing(); /* would we disturb playback? */ 555 is_playing = rb->mp3_is_playing(); /* would we disturb playback? */
556 if (!is_playing) /* no? then we can make sound */ 556 if (!is_playing) /* no? then we can make sound */
557 { /* prepare */ 557 { /* prepare */
558 rb->mp3_play_init();
559 rb->mp3_play_data(beep, sizeof(beep), callback); 558 rb->mp3_play_data(beep, sizeof(beep), callback);
560 rb->mpeg_sound_set(SOUND_VOLUME, rb->global_settings->volume);
561 } 559 }
562 560
563 chip8_reset(); 561 chip8_reset();