summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-17 20:03:24 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-17 20:03:24 +0200
commitbf4c1afea0afe5519e53d3b7f5a8e07c5df1c344 (patch)
treed6f4ec71a403042cea61630f3dd00e8575f2c230 /playlist.c
parentf43f9b570a2ab8629bd4b203a28f27b7852ccb50 (diff)
fixed gme codec
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/playlist.c b/playlist.c
index cb97bc50..06f3aaaf 100644
--- a/playlist.c
+++ b/playlist.c
@@ -248,10 +248,10 @@ ps_add_file (const char *fname) {
codec = &cflac;
return codec->add (fname);
}
-// else if (!strcasecmp (eol, "nsf")) {
-// codec = &cgme;
-// return codec->add (fname);
-// }
+ else if (!strcasecmp (eol, "nsf")) {
+ codec = &cgme;
+ return codec->add (fname);
+ }
// else if (!strcasecmp (eol, "cue")) {
// ps_add_cue (fname);
// return -1;