summaryrefslogtreecommitdiff
path: root/apps/codecs/nsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/nsf.c')
-rw-r--r--apps/codecs/nsf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/nsf.c b/apps/codecs/nsf.c
index 0ca1275d5e..6f81c6a4bc 100644
--- a/apps/codecs/nsf.c
+++ b/apps/codecs/nsf.c
@@ -4344,6 +4344,8 @@ next_track:
4344 /* wait for track info to load */ 4344 /* wait for track info to load */
4345 while (!*ci->taginfo_ready && !ci->stop_codec) 4345 while (!*ci->taginfo_ready && !ci->stop_codec)
4346 ci->sleep(1); 4346 ci->sleep(1);
4347
4348 codec_set_replaygain(ci->id3);
4347 4349
4348 /* Read the entire file */ 4350 /* Read the entire file */
4349 DEBUGF("NSF: request file\n"); 4351 DEBUGF("NSF: request file\n");