emu64: more improvements

This commit is contained in:
Cuyler36
2025-06-17 11:09:46 -04:00
parent 3b05953b8c
commit 5aa5edd0c6
3 changed files with 12 additions and 3 deletions
+8
View File
@@ -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;