psxdma: Fix endian issue in gpuInterrupt()
authorPaul Cercueil <paul@crapouillou.net>
Tue, 24 Oct 2023 17:08:40 +0000 (19:08 +0200)
committernotaz <notasas@gmail.com>
Tue, 24 Oct 2023 18:59:14 +0000 (21:59 +0300)
The HW_DMA2_MADR register contains little-endian data, therefore it
must always be accessed through one of the swap macros.

This fixes the slow DMA linked-list walking on big-endian systems.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found