diff options
Diffstat (limited to 'src/video_core/gpu.cpp')
| -rw-r--r-- | src/video_core/gpu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp index 018363f95..3d00c308b 100644 --- a/src/video_core/gpu.cpp +++ b/src/video_core/gpu.cpp | |||
| @@ -18,6 +18,7 @@ namespace Tegra { | |||
| 18 | u32 FramebufferConfig::BytesPerPixel(PixelFormat format) { | 18 | u32 FramebufferConfig::BytesPerPixel(PixelFormat format) { |
| 19 | switch (format) { | 19 | switch (format) { |
| 20 | case PixelFormat::ABGR8: | 20 | case PixelFormat::ABGR8: |
| 21 | case PixelFormat::BGRA8: | ||
| 21 | return 4; | 22 | return 4; |
| 22 | default: | 23 | default: |
| 23 | return 4; | 24 | return 4; |