dfxvideo: Restore support for big-endian arch
authorPaul Cercueil <paul@crapouillou.net>
Sat, 21 May 2022 16:52:47 +0000 (17:52 +0100)
committerAsh Logan <ash@heyquark.com>
Mon, 6 Jun 2022 13:06:49 +0000 (23:06 +1000)
The hardware registers, emulated RAM or emulated VRAM are all in
little-endian format. Therefore, each access must be done with one of
the byte-swap macros, for the plugin to work on big-endian systems.

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

No differences found