mirror of
https://github.com/zeldaret/tp
synced 2026-09-11 20:22:03 -04: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:
@@ -1,13 +1,7 @@
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: JASSoundParams
|
||||
//
|
||||
|
||||
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
||||
|
||||
#include "JSystem/JAudio2/JASSoundParams.h"
|
||||
|
||||
/* 8029E3B0-8029E47C 298CF0 00CC+00 0/0 2/2 0/0 .text clamp__14JASSoundParamsFv */
|
||||
void JASSoundParams::clamp() {
|
||||
clampVolume();
|
||||
clampPitch();
|
||||
@@ -16,8 +10,6 @@ void JASSoundParams::clamp() {
|
||||
clampDolby();
|
||||
}
|
||||
|
||||
/* 8029E47C-8029E4D8 298DBC 005C+00 0/0 2/2 0/0 .text
|
||||
* combine__14JASSoundParamsFRC14JASSoundParamsRC14JASSoundParams */
|
||||
void JASSoundParams::combine(const JASSoundParams &other1, const JASSoundParams &other2) {
|
||||
mVolume = other1.mVolume * other2.mVolume;
|
||||
mPitch = other1.mPitch * other2.mPitch;
|
||||
|
||||
Reference in New Issue
Block a user