summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-03-25 17:57:53 -0400
committerGravatar bunnei2018-03-26 21:17:03 -0400
commit666d53299c9cc61d88c0a4ed32cebd7cbbb5b712 (patch)
tree7de593df28f84a2c97e1b79a067ae3ac98a224f2 /src/video_core/gpu.h
parentgl_rasterizer: Use ReadBlock instead of GetPointer for SetupVertexArray. (diff)
downloadyuzu-666d53299c9cc61d88c0a4ed32cebd7cbbb5b712.tar.gz
yuzu-666d53299c9cc61d88c0a4ed32cebd7cbbb5b712.tar.xz
yuzu-666d53299c9cc61d88c0a4ed32cebd7cbbb5b712.zip
graphics_surface: Fix merge conflicts.
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index ab24504a6..71a8661b4 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -14,6 +14,7 @@
14namespace Tegra { 14namespace Tegra {
15 15
16enum class RenderTargetFormat : u32 { 16enum class RenderTargetFormat : u32 {
17 NONE = 0x0,
17 RGBA8_UNORM = 0xD5, 18 RGBA8_UNORM = 0xD5,
18}; 19};
19 20