mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 10:24:56 +00:00
Compile fixes
This commit is contained in:
@@ -34,10 +34,10 @@ struct SAdsrData {
|
||||
bool x18_24_hasSustain : 1;
|
||||
bool x18_25_autoRelease : 1;
|
||||
};
|
||||
u8 dummy = 0;
|
||||
u32 dummy = 0;
|
||||
};
|
||||
|
||||
constexpr SAdsrData() noexcept = default;
|
||||
constexpr SAdsrData() noexcept { x18_24_hasSustain = false; x18_25_autoRelease = false; };
|
||||
constexpr SAdsrData(float attackGain, float autoReleaseDur, float attackDur, float decayDur, float sustainGain,
|
||||
float releaseDur, bool hasSustain, bool autoRelease) noexcept
|
||||
: x0_attackGain(attackGain)
|
||||
|
||||
2
amuse
2
amuse
Submodule amuse updated: 757defee7a...ae26ed2fda
2
nod
2
nod
Submodule nod updated: acdadaf963...ba0c2b7843
Reference in New Issue
Block a user