dfsound: Fix issues on big-endian systems
authorPaul Cercueil <paul@crapouillou.net>
Wed, 8 Mar 2023 11:30:00 +0000 (11:30 +0000)
committernotaz <notasas@gmail.com>
Sun, 9 Jul 2023 16:30:21 +0000 (19:30 +0300)
commitb71a957ffc6f590d24122c24d4edd19bd349b421
tree4c0dd18838e23a54c4bfb1532d2cc67ab7d70bbf
parent384af87540d751ef274e5956d58f4bbc153a34a9
dfsound: Fix issues on big-endian systems

Without this fix, the BIOS' music is missing on big-endian systems. The
XA and reverb code are also fixed, which fixes games like Vib-Ribbon.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
plugins/dfsound/registers.c
plugins/dfsound/reverb.c
plugins/dfsound/spu.h
plugins/dfsound/xa.c