diff --git a/Source/RSP/Rsp.h b/Source/RSP/Rsp.h index 38fdc9aeb..78cc73b00 100644 --- a/Source/RSP/Rsp.h +++ b/Source/RSP/Rsp.h @@ -142,7 +142,7 @@ EXPORT void InitiateRSPDebugger(DEBUG_INFO Debug_Info); EXPORT void RomOpen(void); EXPORT void RomClosed(void); EXPORT void DllConfig(void * hWnd); -EXPORT void EnableDebugging(BOOL Enabled); +EXPORT void EnableDebugging(int Enabled); EXPORT void PluginLoaded(void); uint32_t AsciiToHex(char * HexValue);