diff options
author | Adam Gashlin <agashlin@gmail.com> | 2007-02-14 03:34:55 +0000 |
---|---|---|
committer | Adam Gashlin <agashlin@gmail.com> | 2007-02-14 03:34:55 +0000 |
commit | b73960d3b9e4bd84678202e84fabee7561b3c1ab (patch) | |
tree | 2cb5821f6a2a34c1ce6c05593cfe30dd9b12e824 /firmware/export | |
parent | 9b9539c8d3349975127ff725c313d3b888f89ab6 (diff) |
Adding SPC codec (FS #6542)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12298 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/id3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h index c016bd520c..980d3b4d94 100644 --- a/firmware/export/id3.h +++ b/firmware/export/id3.h @@ -52,6 +52,7 @@ enum AFMT_ADX, /* ADX File Format */ AFMT_NSF, /* NESM (NES Sound Format) */ AFMT_SPEEX, /* Ogg Speex speech */ + AFMT_SPC, /* SPC700 save state */ #endif /* add new formats at any index above this line to have a sensible order - |