enable old code to record unknown dsp opcodes to their own file

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2862 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2009-04-03 22:23:15 +00:00
parent 21348622a7
commit f72d883340
4 changed files with 24 additions and 17 deletions

View File

@ -45,4 +45,6 @@ typedef struct gd_globals_t
char* gd_dis_opcode(gd_globals_t* gdg);
bool gd_dis_file(gd_globals_t* gdg, char* name, FILE* output);
void gd_dis_close_unkop();
void gd_dis_open_unkop();
const char* gd_dis_get_reg_name(u16 reg);