diff --git a/pcsx2/Misc.c b/pcsx2/Misc.c index 839e43ceda..32f738325b 100644 --- a/pcsx2/Misc.c +++ b/pcsx2/Misc.c @@ -758,7 +758,7 @@ int SaveGSState(char *file) return 0; } -extern HWND pDsp; +extern long pDsp; int LoadGSState(char *file) { int ret;