mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-30 17:56:41 +02:00

For a long time, we've had ugly and inconsistent function names here as helpers, names like "decodebytesRGB5A3rgba" which are absolutely incomprehensible to understand. Fix this by introducing a new consistent naming scheme, where the above function now becomes "DecodeBytes_RGB5A3".