0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

dyncom: Remove unused structs

This commit is contained in:
Lioncash 2015-05-14 11:33:50 -04:00
parent e83bc5b7ee
commit a48b4ec583

View File

@ -798,14 +798,6 @@ struct bkpt_inst {
u32 imm;
};
struct blx1_inst {
unsigned int addr;
};
struct blx2_inst {
unsigned int Rm;
};
typedef struct _stc_inst {
} stc_inst;