diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-02-15 02:04:24 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-02-15 02:04:24 +0000 |
| commit | a551b94c78c9f43161bd165d27a479bb4fa0189a (patch) | |
| tree | 6629e9405cc2ae652c60eac15a69ea0efd6308d0 /libpcsxcore | |
| parent | 1d0df9491f6ced6c6214ab6771c8c95473cb502a (diff) | |
| download | pcsxr-a551b94c78c9f43161bd165d27a479bb4fa0189a.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41546 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/psxhw.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpcsxcore/psxhw.c b/libpcsxcore/psxhw.c index 8e1e8667..c20936b4 100644 --- a/libpcsxcore/psxhw.c +++ b/libpcsxcore/psxhw.c @@ -480,10 +480,6 @@ void psxHwWrite16(u32 add, u16 value) { } #define DmaExec(n) { \ - if (SWAPu32(HW_DMA##n##_CHCR) & 0x01000000) { \ - HW_DMA##n##_CHCR = SWAPu32(value); \ - return; \ - } \ HW_DMA##n##_CHCR = SWAPu32(value); \ \ if (SWAPu32(HW_DMA##n##_CHCR) & 0x01000000 && SWAPu32(HW_DMA_PCR) & (8 << (n * 4))) { \ |
