mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-03 19:10: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:
@@ -109,7 +109,7 @@ void JASOscillator::update() {
|
||||
_08 = _10;
|
||||
_14++;
|
||||
_0C = _08;
|
||||
const s16* ps = &psVar1[_14]._0;
|
||||
const BE(s16)* ps = &psVar1[_14]._0;
|
||||
s16 r26 = ps[0];
|
||||
switch(r26) {
|
||||
case 0xf:
|
||||
|
||||
Reference in New Issue
Block a user