mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 22:17:56 -05:00
citra-qt: Properly specify the framebuffer format.
This commit is contained in:
@ -35,7 +35,8 @@ class GraphicsFramebufferWidget : public BreakPointObserverDock {
|
||||
RGBA4 = 4,
|
||||
D16 = 5,
|
||||
D24 = 6,
|
||||
D24S8 = 7
|
||||
D24S8 = 7,
|
||||
Unknown = 8
|
||||
};
|
||||
|
||||
static u32 BytesPerPixel(Format format);
|
||||
|
Reference in New Issue
Block a user