mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 13:42:29 -05:00
libgme: make local functions static where possible
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
39e4987ea5
commit
b127949860
27 changed files with 128 additions and 123 deletions
|
|
@ -23,7 +23,7 @@ void Sms_apu_volume( struct Sms_Apu* this, int vol )
|
|||
Synth_volume( &this->synth, vol );
|
||||
}
|
||||
|
||||
inline int calc_output( struct Sms_Apu* this, int i )
|
||||
static inline int calc_output( struct Sms_Apu* this, int i )
|
||||
{
|
||||
int flags = this->ggstereo >> i;
|
||||
return (flags >> 3 & 2) | (flags & 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue