summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_framebuffer.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-02-26 04:44:55 +0100
committerbunnei <bunneidev@gmail.com>2015-03-04 00:26:03 +0100
commit34c31db14a98013ee802bd5ae31c775768f12439 (patch)
tree20a611dd0e2d30203d756f79d86838ad22e01f02 /src/citra_qt/debugger/graphics_framebuffer.h
parentMerge pull request #622 from Subv/titles (diff)
downloadyuzu-34c31db14a98013ee802bd5ae31c775768f12439.tar
yuzu-34c31db14a98013ee802bd5ae31c775768f12439.tar.gz
yuzu-34c31db14a98013ee802bd5ae31c775768f12439.tar.bz2
yuzu-34c31db14a98013ee802bd5ae31c775768f12439.tar.lz
yuzu-34c31db14a98013ee802bd5ae31c775768f12439.tar.xz
yuzu-34c31db14a98013ee802bd5ae31c775768f12439.tar.zst
yuzu-34c31db14a98013ee802bd5ae31c775768f12439.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/debugger/graphics_framebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_framebuffer.h b/src/citra_qt/debugger/graphics_framebuffer.h
index c6e293bc9..15ebd1f7d 100644
--- a/src/citra_qt/debugger/graphics_framebuffer.h
+++ b/src/citra_qt/debugger/graphics_framebuffer.h
@@ -29,7 +29,7 @@ class GraphicsFramebufferWidget : public BreakPointObserverDock {
enum class Format {
RGBA8 = 0,
RGB8 = 1,
- RGBA5551 = 2,
+ RGB5A1 = 2,
RGB565 = 3,
RGBA4 = 4,
};