update some actors to use sizeof for mSize, endian swap J2DScreen related structs, add 64bit endian swapping

game appears to be hanging on fully initing some processes, so while there isnt an immediate crash, nothing seems to be happening
This commit is contained in:
CraftyBoss
2026-03-01 04:24:38 -08:00
committed by PJB3005
parent 5832f70384
commit 3e4b9bf59b
30 changed files with 364 additions and 282 deletions
+1
View File
@@ -25,6 +25,7 @@ char* JSUInputStream::read(char* str) {
setState(IOS_STATE_1);
return 0;
}
be_swap(sp8);
s32 len = readData(str, sp8);
str[len] = 0;