mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 09:40:06 +00:00
Was using frontend format of BGRA8 when core was RGBA8, with blind vkCmdCopyImage. Fix is to use the same format as core is pushing to history buffer.