mirror of https://github.com/PCSX2/pcsx2.git
spu2-x: Get Spu2-X compiling in Linux again.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3235 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
15d296cca0
commit
49d929c19c
|
@ -366,6 +366,7 @@ EXPORT_C_(s32) SPU2init()
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
// Bit ugly to have this here instead of in RealttimeDebugger.cpp, but meh :p
|
// Bit ugly to have this here instead of in RealttimeDebugger.cpp, but meh :p
|
||||||
extern bool debugDialogOpen;
|
extern bool debugDialogOpen;
|
||||||
extern HWND hDebugDialog;
|
extern HWND hDebugDialog;
|
||||||
|
@ -405,7 +406,7 @@ static BOOL CALLBACK DebugProc(HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam)
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
uptr gsWindowHandle = 0;
|
uptr gsWindowHandle = 0;
|
||||||
|
|
||||||
EXPORT_C_(s32) SPU2open(void *pDsp)
|
EXPORT_C_(s32) SPU2open(void *pDsp)
|
||||||
|
|
Loading…
Reference in New Issue