summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/predicate_set_register.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-22 23:24:35 +0200
committerRodrigo Locatti <reinuseslisp@airmail.cc>2019-05-23 07:55:52 +0200
commit228e58d0a5a7e57d06b6f601107406fce427619f (patch)
tree99a09d96c48378f9fdf1ec4093fe5241650f8be7 /src/video_core/shader/decode/predicate_set_register.cpp
parentshader/decode/*: Eliminate indirect inclusions (diff)
downloadyuzu-228e58d0a5a7e57d06b6f601107406fce427619f.tar
yuzu-228e58d0a5a7e57d06b6f601107406fce427619f.tar.gz
yuzu-228e58d0a5a7e57d06b6f601107406fce427619f.tar.bz2
yuzu-228e58d0a5a7e57d06b6f601107406fce427619f.tar.lz
yuzu-228e58d0a5a7e57d06b6f601107406fce427619f.tar.xz
yuzu-228e58d0a5a7e57d06b6f601107406fce427619f.tar.zst
yuzu-228e58d0a5a7e57d06b6f601107406fce427619f.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/shader/decode/predicate_set_register.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/decode/predicate_set_register.cpp b/src/video_core/shader/decode/predicate_set_register.cpp
index d0495995d..387491bd3 100644
--- a/src/video_core/shader/decode/predicate_set_register.cpp
+++ b/src/video_core/shader/decode/predicate_set_register.cpp
@@ -43,4 +43,4 @@ u32 ShaderIR::DecodePredicateSetRegister(NodeBlock& bb, u32 pc) {
return pc;
}
-} // namespace VideoCommon::Shader \ No newline at end of file
+} // namespace VideoCommon::Shader