mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
c7ab67d8ce
commit
437ac552f1
|
@ -758,7 +758,7 @@ int SaveGSState(char *file)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern HWND pDsp;
|
extern long pDsp;
|
||||||
int LoadGSState(char *file)
|
int LoadGSState(char *file)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
Loading…
Reference in New Issue