mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
initial n64 support
This commit is contained in:
parent
3f03ff46b4
commit
4c3275de1c
2 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
#include "common/polyfill_ranges.h"
|
#include "common/polyfill_ranges.h"
|
||||||
|
|
||||||
namespace AudioCore {
|
namespace AudioCore {
|
||||||
constexpr u32 CurrentRevision = 13;
|
constexpr u32 CurrentRevision = 15;
|
||||||
|
|
||||||
enum class SupportTags {
|
enum class SupportTags {
|
||||||
CommandProcessingTimeEstimatorVersion4,
|
CommandProcessingTimeEstimatorVersion4,
|
||||||
|
|
|
@ -165,8 +165,9 @@ public:
|
||||||
/* 0x15D */ char unk15D[0x1];
|
/* 0x15D */ char unk15D[0x1];
|
||||||
/* 0x15E */ SrcQuality src_quality;
|
/* 0x15E */ SrcQuality src_quality;
|
||||||
/* 0x15F */ char unk15F[0x11];
|
/* 0x15F */ char unk15F[0x11];
|
||||||
|
/* 0x15G */ char unk15G[0x18];
|
||||||
};
|
};
|
||||||
static_assert(sizeof(InParameter) == 0x170, "VoiceInfo::InParameter has the wrong size!");
|
static_assert(sizeof(InParameter) == 0x188, "VoiceInfo::InParameter has the wrong size!");
|
||||||
|
|
||||||
struct OutStatus {
|
struct OutStatus {
|
||||||
/* 0x00 */ u64 played_sample_count;
|
/* 0x00 */ u64 played_sample_count;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue