summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/shader_bytecode.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-09-01 11:29:20 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-09-01 11:29:20 +0200
commit2edab4e840a09a65ca6ac61d83c26aea6899e81e (patch)
tree913be325f9c4decd29a8a0e1a11ea3fc42b56a53 /src/video_core/engines/shader_bytecode.h
parentChanged tab5980_0 default from 0 -> 1 (diff)
downloadyuzu-2edab4e840a09a65ca6ac61d83c26aea6899e81e.tar
yuzu-2edab4e840a09a65ca6ac61d83c26aea6899e81e.tar.gz
yuzu-2edab4e840a09a65ca6ac61d83c26aea6899e81e.tar.bz2
yuzu-2edab4e840a09a65ca6ac61d83c26aea6899e81e.tar.lz
yuzu-2edab4e840a09a65ca6ac61d83c26aea6899e81e.tar.xz
yuzu-2edab4e840a09a65ca6ac61d83c26aea6899e81e.tar.zst
yuzu-2edab4e840a09a65ca6ac61d83c26aea6899e81e.zip
Diffstat (limited to 'src/video_core/engines/shader_bytecode.h')
-rw-r--r--src/video_core/engines/shader_bytecode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/engines/shader_bytecode.h b/src/video_core/engines/shader_bytecode.h
index f17a24843..6eeb3381b 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -402,7 +402,6 @@ union Instruction {
BitField<47, 1, u64> cc;
BitField<48, 1, u64> negate_b;
BitField<49, 1, u64> negate_c;
- BitField<50, 1, u64> saturate;
BitField<51, 2, u64> tab5980_1;
BitField<53, 2, u64> tab5980_0;
} ffma;