summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines
diff options
context:
space:
mode:
authorheapo <heapo3@gmail.com>2018-12-15 02:10:14 +0100
committerheapo <heapo3@gmail.com>2018-12-17 16:56:25 +0100
commit72599cc667046cbd588fe1c4e3e3c7b55b272e29 (patch)
tree3662b6d0ec5999c63c82aba4531ce91c3245afc9 /src/video_core/engines
parentMerge pull request #1899 from lioncash/state (diff)
downloadyuzu-72599cc667046cbd588fe1c4e3e3c7b55b272e29.tar
yuzu-72599cc667046cbd588fe1c4e3e3c7b55b272e29.tar.gz
yuzu-72599cc667046cbd588fe1c4e3e3c7b55b272e29.tar.bz2
yuzu-72599cc667046cbd588fe1c4e3e3c7b55b272e29.tar.lz
yuzu-72599cc667046cbd588fe1c4e3e3c7b55b272e29.tar.xz
yuzu-72599cc667046cbd588fe1c4e3e3c7b55b272e29.tar.zst
yuzu-72599cc667046cbd588fe1c4e3e3c7b55b272e29.zip
Diffstat (limited to 'src/video_core/engines')
-rw-r--r--src/video_core/engines/shader_bytecode.h2
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 5ea094e64..5198cd268 100644
--- a/src/video_core/engines/shader_bytecode.h
+++ b/src/video_core/engines/shader_bytecode.h
@@ -575,7 +575,7 @@ union Instruction {
union {
BitField<39, 2, u64> tab5cb8_2;
- BitField<41, 3, u64> tab5c68_1;
+ BitField<41, 3, u64> postfactor;
BitField<44, 2, u64> tab5c68_0;
BitField<48, 1, u64> negate_b;
} fmul;