summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/vgm_emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/vgm_emu.h')
-rw-r--r--apps/codecs/libgme/vgm_emu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libgme/vgm_emu.h b/apps/codecs/libgme/vgm_emu.h
index 65993dbd5d..bc04086e9d 100644
--- a/apps/codecs/libgme/vgm_emu.h
+++ b/apps/codecs/libgme/vgm_emu.h
@@ -155,7 +155,7 @@ blargg_err_t Vgm_start_track( struct Vgm_Emu* this );
155 155
156// Generate 'count' samples info 'buf'. Output is in stereo. Any emulation 156// Generate 'count' samples info 'buf'. Output is in stereo. Any emulation
157// errors set warning string, and major errors also end track. 157// errors set warning string, and major errors also end track.
158blargg_err_t Vgm_play( struct Vgm_Emu* this, long count, sample_t* buf ) ICODE_ATTR; 158blargg_err_t Vgm_play( struct Vgm_Emu* this, long count, sample_t* buf );
159 159
160// Track status/control 160// Track status/control
161 161