[decompiler] bitfield support for sound-name (#582)

* fix 64-bit fields in 128-bit bitfields

* support sound-name

* fix merge

* support some more sound stuff in overlord
This commit is contained in:
water111
2021-06-12 12:55:38 -04:00
committed by GitHub
parent 877e3d161c
commit 8faded6400
35 changed files with 718 additions and 139 deletions
+2 -1
View File
@@ -46,6 +46,7 @@
#include "game/overlord/overlord.h"
#include "game/overlord/srpc.h"
#include "game/overlord/stream.h"
#include "game/overlord/sbank.h"
#include "game/graphics/opengl.h"
#include "game/graphics/gfx.h"
@@ -191,7 +192,7 @@ void iop_runner(SystemThreadInterface& iface) {
// isocommon
// overlord
ramdisk_init_globals();
// sbank
sbank_init_globals();
// soundcommon
srpc_init_globals();
// ssound