mirror of https://github.com/PCSX2/pcsx2.git
minor change
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@60 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
fc82da1f14
commit
32f6acdc8b
|
@ -123,7 +123,7 @@ u32 g_MTGSDebug = 0, g_MTGSId = 0;
|
|||
u32 CSRw;
|
||||
void gsWaitGS();
|
||||
|
||||
extern long pDsp;
|
||||
extern uptr pDsp;
|
||||
typedef u8* PU8;
|
||||
|
||||
PCSX2_ALIGNED16(u8 g_MTGSMem[0x2000]); // mtgs has to have its own memory
|
||||
|
|
Loading…
Reference in New Issue