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
This commit is contained in:
ramapcsx2 2008-09-25 12:24:35 +00:00 committed by Gregory Hainaut
parent c7ab67d8ce
commit 437ac552f1
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ int SaveGSState(char *file)
return 0;
}
extern HWND pDsp;
extern long pDsp;
int LoadGSState(char *file)
{
int ret;