Get rid of a few C-style struct declarations

This commit is contained in:
Lioncash
2014-07-23 20:26:54 -04:00
parent e91db62f1b
commit 5767691f4e
8 changed files with 23 additions and 21 deletions

View File

@ -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;