summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-24 05:45:24 +0100
committerbunnei <bunneidev@gmail.com>2018-03-27 03:16:49 +0200
commit94c70693f941484c40fae7c321ef9f3d866de684 (patch)
tree902352126cae1abbfe63c4bad65a173d9b98baf0 /src/video_core/gpu.h
parentrenderer_opengl: Only draw the screen if a framebuffer is specified. (diff)
downloadyuzu-94c70693f941484c40fae7c321ef9f3d866de684.tar
yuzu-94c70693f941484c40fae7c321ef9f3d866de684.tar.gz
yuzu-94c70693f941484c40fae7c321ef9f3d866de684.tar.bz2
yuzu-94c70693f941484c40fae7c321ef9f3d866de684.tar.lz
yuzu-94c70693f941484c40fae7c321ef9f3d866de684.tar.xz
yuzu-94c70693f941484c40fae7c321ef9f3d866de684.tar.zst
yuzu-94c70693f941484c40fae7c321ef9f3d866de684.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index 8183b12e9..ab24504a6 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -13,7 +13,7 @@
namespace Tegra {
-enum class RenderTargetFormat {
+enum class RenderTargetFormat : u32 {
RGBA8_UNORM = 0xD5,
};