diff options
Diffstat (limited to 'apps/codecs/nsf.c')
| -rw-r--r-- | apps/codecs/nsf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/nsf.c b/apps/codecs/nsf.c index 0ca1275..6f81c6a 100644 --- a/apps/codecs/nsf.c +++ b/apps/codecs/nsf.c @@ -4344,6 +4344,8 @@ next_track: /* wait for track info to load */ while (!*ci->taginfo_ready && !ci->stop_codec) ci->sleep(1); + + codec_set_replaygain(ci->id3); /* Read the entire file */ DEBUGF("NSF: request file\n"); |