From 437ac552f1b586aa4c3e7d84a19fabbd442c1c1e Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Thu, 25 Sep 2008 12:24:35 +0000 Subject: [PATCH] Changed pDsp so it *should* compile fine under Linux. (Can't test this :p ) git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@145 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/Misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;