diff options
author | bunnei <bunneidev@gmail.com> | 2018-03-25 17:57:53 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-03-26 21:17:03 -0400 |
commit | 666d53299c9cc61d88c0a4ed32cebd7cbbb5b712 (patch) | |
tree | 7de593df28f84a2c97e1b79a067ae3ac98a224f2 /src/video_core | |
parent | ac19e3d06193d5035694bb9918c705d5eb6762db (diff) |
graphics_surface: Fix merge conflicts.
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/gpu.h | 1 |
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, }; |