summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-25 17:57:53 -0400
committerbunnei <bunneidev@gmail.com>2018-03-26 21:17:03 -0400
commit666d53299c9cc61d88c0a4ed32cebd7cbbb5b712 (patch)
tree7de593df28f84a2c97e1b79a067ae3ac98a224f2 /src/video_core/gpu.h
parentac19e3d06193d5035694bb9918c705d5eb6762db (diff)
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 @@
namespace Tegra {
enum class RenderTargetFormat : u32 {
+ NONE = 0x0,
RGBA8_UNORM = 0xD5,
};