diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-10-15 20:32:31 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-10-15 20:36:47 +0200 |
commit | 936c36a5144df183a4cbb8d41b72179f8b94547e (patch) | |
tree | 182e9678a0c0e3db1609e39044a62d3c58621a5a | |
parent | gl_shader_decompiler: Fixup style inconsistencies (diff) | |
download | yuzu-936c36a5144df183a4cbb8d41b72179f8b94547e.tar yuzu-936c36a5144df183a4cbb8d41b72179f8b94547e.tar.gz yuzu-936c36a5144df183a4cbb8d41b72179f8b94547e.tar.bz2 yuzu-936c36a5144df183a4cbb8d41b72179f8b94547e.tar.lz yuzu-936c36a5144df183a4cbb8d41b72179f8b94547e.tar.xz yuzu-936c36a5144df183a4cbb8d41b72179f8b94547e.tar.zst yuzu-936c36a5144df183a4cbb8d41b72179f8b94547e.zip |
-rw-r--r-- | src/video_core/engines/shader_bytecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h index 9a59b65b3..f356f9a03 100644 --- a/src/video_core/engines/shader_bytecode.h +++ b/src/video_core/engines/shader_bytecode.h @@ -267,7 +267,7 @@ enum class ControlCode : u64 { GTU = 12, NEU = 13, GEU = 14, - // + T = 15, OFF = 16, LO = 17, SFF = 18, |