mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-11 00:56:37 +00:00
Correct the 5551 format for now.
Otherwise we get wrong colors - also we are still converting colors.
This commit is contained in:
parent
baa7132a89
commit
3744008d1f
@ -68,7 +68,7 @@
|
||||
// TODO: Except for color swizzle, exact matches are available.
|
||||
// So we can get rid of the conversion functions entirely.
|
||||
#define VULKAN_4444_FORMAT VK_FORMAT_R4G4B4A4_UNORM_PACK16
|
||||
#define VULKAN_1555_FORMAT VK_FORMAT_A1R5G5B5_UNORM_PACK16 // TODO: Switch to the one that matches the PSP better.
|
||||
#define VULKAN_1555_FORMAT VK_FORMAT_R5G5B5A1_UNORM_PACK16
|
||||
#define VULKAN_565_FORMAT VK_FORMAT_R5G6B5_UNORM_PACK16
|
||||
#define VULKAN_8888_FORMAT VK_FORMAT_R8G8B8A8_UNORM
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user