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:
gigaherz
2008-01-29 14:10:36 +00:00
parent bb6dd0397c
commit 686fce932f

View File

@@ -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