Revert "Implement RGB565 Framebuffer format"
This reverts commit 865387f3c3.
Conflicts:
src/video_core/gpu.h
src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
src/video_core/surface.cpp
This commit is contained in:
@@ -17,8 +17,6 @@ u32 FramebufferConfig::BytesPerPixel(PixelFormat format) {
|
||||
switch (format) {
|
||||
case PixelFormat::ABGR8:
|
||||
return 4;
|
||||
case PixelFormat::RGB565:
|
||||
return 2;
|
||||
default:
|
||||
return 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user