mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
use dolphin-style typedefs in dsp-lle testing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2793 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -33,14 +33,14 @@ typedef struct gd_globals_t
|
||||
bool decode_names;
|
||||
bool decode_registers;
|
||||
|
||||
uint16* binbuf;
|
||||
uint16 pc;
|
||||
u16* binbuf;
|
||||
u16 pc;
|
||||
char* buffer;
|
||||
uint16 buffer_size;
|
||||
u16 buffer_size;
|
||||
char ext_separator;
|
||||
} gd_globals_t;
|
||||
|
||||
|
||||
char* gd_dis_opcode(gd_globals_t* gdg);
|
||||
bool gd_dis_file(gd_globals_t* gdg, char* name, FILE* output);
|
||||
const char* gd_dis_get_reg_name(uint16 reg);
|
||||
const char* gd_dis_get_reg_name(u16 reg);
|
||||
|
Reference in New Issue
Block a user