Revert "Implement BGRA8 framebuffer format"
This reverts commit f6e998f6ad.
Conflicts:
src/video_core/gpu.h
src/video_core/surface.cpp
This commit is contained in:
@@ -16,7 +16,6 @@ namespace Tegra {
|
||||
u32 FramebufferConfig::BytesPerPixel(PixelFormat format) {
|
||||
switch (format) {
|
||||
case PixelFormat::ABGR8:
|
||||
case PixelFormat::BGRA8:
|
||||
return 4;
|
||||
case PixelFormat::RGB565:
|
||||
return 2;
|
||||
|
||||
Reference in New Issue
Block a user