libretro / pcsx_rearmed

ARM optimized PCSX fork
GNU General Public License v2.0
168 stars 120 forks source link

unai: Fix scalers doing endianness conversion #761

Closed pcercuei closed 1 year ago

pcercuei commented 1 year ago

Both the VRAM and the downscale buffers are in little-endian format, there's no need to do any endianness conversion.