mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 09:02:38 -05:00
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
This commit is contained in:
parent
d089e10403
commit
13cbade08a
68 changed files with 4113 additions and 4893 deletions
|
|
@ -37,10 +37,10 @@ struct Opl_Apu {
|
|||
|
||||
blargg_err_t Opl_init( struct Opl_Apu* this, long clock, long rate, blip_time_t period, enum opl_type_t type );
|
||||
void Opl_shutdown( struct Opl_Apu* this );
|
||||
|
||||
|
||||
void Opl_reset( struct Opl_Apu* this );
|
||||
static inline void Opl_volume( struct Opl_Apu* this, int v ) { Synth_volume( &this->synth, v / (4096 * 6) ); }
|
||||
|
||||
|
||||
static inline void Opl_osc_output( struct Opl_Apu* this, int i, struct Blip_Buffer* buf )
|
||||
{
|
||||
#if defined(ROCKBOX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue