From 0019a36b41dae2afb23825ed88f90147d0633d37 Mon Sep 17 00:00:00 2001 From: raven02 Date: Sat, 15 Sep 2018 23:48:02 +0800 Subject: Implement RenderTargetFormat::BGR5A1_UNORM (Pokken Tournament DX) --- src/video_core/gpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/gpu.h') diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 589a59b4f..ec83aa1a3 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -42,6 +42,7 @@ enum class RenderTargetFormat : u32 { R32_UINT = 0xE4, R32_FLOAT = 0xE5, B5G6R5_UNORM = 0xE8, + BGR5A1_UNORM = 0xE9, RG8_UNORM = 0xEA, RG8_SNORM = 0xEB, R16_UNORM = 0xEE, -- cgit v1.2.3