mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
*
|
||||
*/
|
||||
struct JASSoundParams {
|
||||
/* 8029E3B0 */ void clamp();
|
||||
/* 8029E47C */ void combine(JASSoundParams const&, JASSoundParams const&);
|
||||
void clamp();
|
||||
void combine(JASSoundParams const&, JASSoundParams const&);
|
||||
|
||||
void initVolume() { mVolume = 1.0f; }
|
||||
void initFxMix() { mFxMix = 0.0f; }
|
||||
|
||||
Reference in New Issue
Block a user