summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/psxhw.c4
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))) { \