diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-05 08:11:53 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-05 08:11:53 +0000 |
| commit | a554d2c4011f7dbcc9560d7d9c11368ed1bf3f7a (patch) | |
| tree | 387f87374ca282a75b7db1f293629f915e00402d /libpcsxcore/mdec.c | |
| parent | b6a7c5e5bc9f438059e5a71fe7f850410b668210 (diff) | |
| download | pcsxr-a554d2c4011f7dbcc9560d7d9c11368ed1bf3f7a.tar.gz | |
x86_64 dynarec as well
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59210 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/mdec.c')
| -rw-r--r-- | libpcsxcore/mdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/mdec.c b/libpcsxcore/mdec.c index 04476521..b96538f4 100644 --- a/libpcsxcore/mdec.c +++ b/libpcsxcore/mdec.c @@ -536,7 +536,7 @@ void psxDma1(u32 adr, u32 bcr, u32 chcr) { return;
}
- in_ptr = mdec.rl;
+ in_ptr = (u8 *)mdec.rl;
size = (bcr >> 16) * (bcr & 0xffff); |
