mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 03:11:18 +01:00
I know this wasn't really a "bug" as it wasn't executing anything at all, but now that I saw it, I don't see why should I leave it as it was...
This commit is contained in:
@@ -324,7 +324,7 @@ extern __forceinline u8* dmaGetAddr(u32 mem)
|
||||
if( mem == 0x50000000 ) // reserved scratch pad mem
|
||||
return NULL;
|
||||
|
||||
p = (u8*)dmaGetAddrBase(mem), *pbase;
|
||||
p = (u8*)dmaGetAddrBase(mem); //, *pbase;
|
||||
|
||||
#ifdef _WIN32
|
||||
// do manual LUT since IPU/SPR seems to use addrs 0x3000xxxx quite often
|
||||
|
||||
Reference in New Issue
Block a user