snd_SoundArchiveFile OK

This commit is contained in:
robojumper
2025-05-29 01:38:12 +02:00
parent 57deb49df7
commit ad0f6bb1d2
3 changed files with 56 additions and 6 deletions
+7 -1
View File
@@ -99,7 +99,12 @@ namespace nw4r { namespace snd { namespace detail
SOUND_TYPE_WAVE,
};
struct Sound3DParam;
struct Sound3DParam {
u32 flags;
u8 decayCurve;
u8 decayRatio;
u8 field_0x06;
};
// [R89JEL]:/bin/RVL/Debug/mainD.elf:.debug::0x25183
struct SeqSoundInfo
@@ -295,6 +300,7 @@ namespace nw4r { namespace snd { namespace detail
char const *GetString(u32 id) const;
SoundArchive::SoundType GetSoundType(u32 soundId) const;
u32 GetSoundStringId(u32 id) const;
u32 GetBankCount() const;
u32 GetPlayerCount() const;
u32 GetGroupCount() const;