summaryrefslogtreecommitdiff
path: root/firmware/export/id3.h
diff options
context:
space:
mode:
authorAdam Gashlin <agashlin@gmail.com>2007-01-25 18:06:17 +0000
committerAdam Gashlin <agashlin@gmail.com>2007-01-25 18:06:17 +0000
commit5d20c9d1216f1ccce1921884bfa4c0737a6f69ee (patch)
tree00b7db687a040a03db99bf983c148bb1ff69bc2e /firmware/export/id3.h
parent2e020e6e1e12dc471c99399cdbc85006b482f6be (diff)
downloadrockbox-5d20c9d1216f1ccce1921884bfa4c0737a6f69ee.tar.gz
rockbox-5d20c9d1216f1ccce1921884bfa4c0737a6f69ee.zip
adding NSF (NES music) codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12112 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/id3.h')
-rw-r--r--firmware/export/id3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index 23f554df44..74b49635ba 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -47,6 +47,7 @@ enum
47 AFMT_SHN, /* Shorten */ 47 AFMT_SHN, /* Shorten */
48 AFMT_SID, /* SID File Format */ 48 AFMT_SID, /* SID File Format */
49 AFMT_ADX, /* ADX File Format */ 49 AFMT_ADX, /* ADX File Format */
50 AFMT_NSF, /* NESM (NES Sound Format) */
50#endif 51#endif
51 52
52 /* add new formats at any index above this line to have a sensible order - 53 /* add new formats at any index above this line to have a sensible order -