mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
Endianness fixes in JAudio loading code
Not tested because I can't even get the code to init again due to the aforementioned race condition
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
struct JASSimpleWaveBank : JASWaveBank, JASWaveArc {
|
||||
struct TWaveHandle : JASWaveHandle {
|
||||
int getWavePtr() const;
|
||||
intptr_t getWavePtr() const;
|
||||
TWaveHandle();
|
||||
const JASWaveInfo* getWaveInfo() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user