mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 06:06:11 +00:00
aurora: the boring C++ version
This commit is contained in:
@@ -8,7 +8,7 @@ amuse::AudioGroupData CAudioGroupSet::LoadData() {
|
||||
const auto readU32 = [](const u8* ptr) {
|
||||
uint32_t value;
|
||||
std::memcpy(&value, ptr, sizeof(value));
|
||||
return hecl::SBig(value);
|
||||
return SBig(value);
|
||||
};
|
||||
|
||||
athena::io::MemoryReader r(m_buffer.get(), INT32_MAX);
|
||||
|
||||
Reference in New Issue
Block a user