mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 06:38:33 -04:00
[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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user