From a6a73d8892684596791aca34a337a07477078284 Mon Sep 17 00:00:00 2001 From: greggameplayer Date: Fri, 11 Jan 2019 21:15:30 +0100 Subject: Implement BGRA8 framebuffer format --- 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 fb8975811..19b62dc7e 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -80,6 +80,7 @@ class DebugContext; struct FramebufferConfig { enum class PixelFormat : u32 { ABGR8 = 1, + BGRA8 = 5, }; /** -- cgit v1.2.3