summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/sms_apu.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 19:19:49 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-31 19:19:49 +0000
commit13cbade08a07296d92e7a7d3e20475de0032cba1 (patch)
tree731a1a4a99d86632a719ae49e3b3d2a12e764a3a /apps/codecs/libgme/sms_apu.h
parentd089e104034fdf5562bea125d2cacf4ee486782a (diff)
downloadrockbox-13cbade08a07296d92e7a7d3e20475de0032cba1.tar.gz
rockbox-13cbade08a07296d92e7a7d3e20475de0032cba1.zip
Update libgme to Blargg's Game_Music_Emu 0.6-pre.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30397 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libgme/sms_apu.h')
-rw-r--r--apps/codecs/libgme/sms_apu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/sms_apu.h b/apps/codecs/libgme/sms_apu.h
index f887dc611e..6dd65591ce 100644
--- a/apps/codecs/libgme/sms_apu.h
+++ b/apps/codecs/libgme/sms_apu.h
@@ -44,10 +44,10 @@ void Sms_apu_set_output( struct Sms_Apu* this, int i, struct Blip_Buffer* center
44 44
45// Emulates to time t, then writes data to Game Gear left/right assignment byte 45// Emulates to time t, then writes data to Game Gear left/right assignment byte
46void Sms_apu_write_ggstereo( struct Sms_Apu* this, blip_time_t t, int data ); 46void Sms_apu_write_ggstereo( struct Sms_Apu* this, blip_time_t t, int data );
47 47
48// Emulates to time t, then writes data 48// Emulates to time t, then writes data
49void Sms_apu_write_data( struct Sms_Apu* this, blip_time_t t, int data ); 49void Sms_apu_write_data( struct Sms_Apu* this, blip_time_t t, int data );
50 50
51// Emulates to time t, then subtracts t from the current time. 51// Emulates to time t, then subtracts t from the current time.
52// OK if previous write call had time slightly after t. 52// OK if previous write call had time slightly after t.
53void Sms_apu_end_frame( struct Sms_Apu* this, blip_time_t t ); 53void Sms_apu_end_frame( struct Sms_Apu* this, blip_time_t t );