From 83490b75b66ccc46c971258f9b391e80b02b25be Mon Sep 17 00:00:00 2001 From: Nicholas Date: Wed, 24 Feb 2016 10:06:11 +1100 Subject: [PATCH] [RSP] Fix linkage issue --- Source/RSP/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RSP/Main.cpp b/Source/RSP/Main.cpp index c31481943..af638938e 100644 --- a/Source/RSP/Main.cpp +++ b/Source/RSP/Main.cpp @@ -339,7 +339,7 @@ void DetectCpuSpecs(void) } } -__declspec(dllexport) void InitiateRSP ( RSP_INFO Rsp_Info, DWORD * CycleCount) +__declspec(dllexport) void InitiateRSP ( RSP_INFO Rsp_Info, uint32_t * CycleCount) { RSPInfo = Rsp_Info; AudioHle = GetSystemSetting(Set_AudioHle);