citra-qt: Properly specify the framebuffer format.

This commit is contained in:
Tony Wasserka 2015-04-21 21:57:49 +02:00
parent 884b681cca
commit 88df3fbf27
2 changed files with 28 additions and 3 deletions

View file

@ -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);