From: Paul Cercueil Date: Fri, 13 Sep 2019 21:01:57 +0000 (+0200) Subject: Make sure hardware registers are manipulated as little-endian X-Git-Tag: r24~364 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086adfff4fe6352e401d00c052071a6b91245b40;hp=086adfff4fe6352e401d00c052071a6b91245b40;p=pcsx_rearmed.git Make sure hardware registers are manipulated as little-endian The hardware registers should be represented in little-endian format. Therefore, on big-endian systems the values need to be byte-swapped. Signed-off-by: Paul Cercueil ---