2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 10:24:56 +00:00

Compile fixes

This commit is contained in:
2019-09-14 10:08:09 -07:00
parent 30fb3827cd
commit 9b816d471b
3 changed files with 4 additions and 4 deletions

View File

@@ -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

Submodule amuse updated: 757defee7a...ae26ed2fda

2
nod

Submodule nod updated: acdadaf963...ba0c2b7843