mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Get rid of a few C-style struct declarations
This commit is contained in:
@ -68,7 +68,7 @@ struct param2_t
|
||||
u16 mask;
|
||||
};
|
||||
|
||||
typedef struct
|
||||
struct DSPOPCTemplate
|
||||
{
|
||||
const char *name;
|
||||
u16 opcode;
|
||||
@ -85,7 +85,7 @@ typedef struct
|
||||
bool uncond_branch;
|
||||
bool reads_pc;
|
||||
bool updates_sr;
|
||||
} DSPOPCTemplate;
|
||||
};
|
||||
|
||||
typedef DSPOPCTemplate opc_t;
|
||||
|
||||
|
Reference in New Issue
Block a user