mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-02 17:48:24 -04:00
emu64: more improvements
This commit is contained in:
@@ -594,6 +594,14 @@ typedef struct Gspecial1 {
|
||||
unsigned int param1;
|
||||
} Gspecial1;
|
||||
|
||||
typedef struct {
|
||||
int cmd:8;
|
||||
int pad0:8;
|
||||
u32 sft:8;
|
||||
u32 len:8;
|
||||
unsigned int data:32;
|
||||
} Gsetothermode_dolphin;
|
||||
|
||||
typedef struct {
|
||||
unsigned char col[3];
|
||||
unsigned char kc;
|
||||
|
||||
Reference in New Issue
Block a user