summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/vgm_emu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/vgm_emu.c')
-rw-r--r--apps/codecs/libgme/vgm_emu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/vgm_emu.c b/apps/codecs/libgme/vgm_emu.c
index b442b3e84b..d599056bca 100644
--- a/apps/codecs/libgme/vgm_emu.c
+++ b/apps/codecs/libgme/vgm_emu.c
@@ -407,7 +407,7 @@ static blargg_err_t play_( struct Vgm_Emu* this, long count, sample_t* out )
407 407
408static inline int command_len( int command ) 408static inline int command_len( int command )
409{ 409{
410 static byte const lens [0x10] ICONST_ATTR = { 410 static byte const lens [0x10] = {
411 // 0 1 2 3 4 5 6 7 8 9 A B C D E F 411 // 0 1 2 3 4 5 6 7 8 9 A B C D E F
412 1,1,1,2,2,3,1,1,1,1,3,3,4,4,5,5 412 1,1,1,2,2,3,1,1,1,1,3,3,4,4,5,5
413 }; 413 };