[RSP] Match BOOL w/ int for ABI strictness.

This commit is contained in:
2016-02-11 03:25:33 -05:00
parent 41cf392840
commit 88289a4ebf
1 changed files with 1 additions and 1 deletions

View File

@ -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);