From: Paul Cercueil Date: Fri, 13 Sep 2019 21:09:11 +0000 (+0200) Subject: Get rid of bit fields in union X-Git-Tag: r24~363 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23b103c8248c10855949bfb2185b6b10d4f0457;hp=f23b103c8248c10855949bfb2185b6b10d4f0457;p=pcsx_rearmed.git Get rid of bit fields in union Long story short, bit fields aren't endian-safe. More info: http://mjfrazer.org/mjfrazer/bitfields/ Simplify that by just using a few macros to access the needed bits. Signed-off-by: Paul Cercueil ---