mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 17:27:19 -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:
@@ -39,7 +39,7 @@ JASWaveArc* JASSimpleWaveBank::getWaveArc(u32 no) {
|
||||
return this;
|
||||
}
|
||||
|
||||
int JASSimpleWaveBank::TWaveHandle::getWavePtr() const {
|
||||
intptr_t JASSimpleWaveBank::TWaveHandle::getWavePtr() const {
|
||||
void* base = mHeap->getBase();
|
||||
if (base == NULL) {
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user