--- previous/src/debug/debugui.h 2018/04/24 19:25:10 1.1 +++ previous/src/debug/debugui.h 2018/04/24 19:30:29 1.1.1.3 @@ -17,12 +17,16 @@ enum { DEBUGGER_CMDDONE // Command done }; +/* Dummy for DSP */ +#define REASON_DSP_EXCEPTION + /* Whether CPU exceptions invoke DebugUI */ extern int bExceptionDebugging; extern void DebugUI(void); extern void DebugUI_Init(void); extern bool DebugUI_RemoteParse(char *input); +extern bool DebugUI_ParseFile(const char *path); extern bool DebugUI_SetParseFile(const char *input); extern void DebugUI_MemorySnapShot_Capture(const char *path, bool bSave);