BACKENDS: PSP: Support RGBA8888 by swapping bytes

This commit is contained in:
rsn8887 2022-11-05 13:33:21 -05:00
parent de08002679
commit 6ae4512a42
3 changed files with 15 additions and 0 deletions

View file

@ -639,6 +639,7 @@ inline uint32 GuRenderer::convertToGuPixelFormat(PSPPixelFormat::Type format) {
guFormat = GU_PSM_5650;
break;
case PSPPixelFormat::Type_8888:
case PSPPixelFormat::Type_8888_RGBA:
guFormat = GU_PSM_8888;
break;
case PSPPixelFormat::Type_Palette_8bit: