summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/half_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/shader/decode/half_set.cpp')
-rw-r--r--src/video_core/shader/decode/half_set.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_core/shader/decode/half_set.cpp b/src/video_core/shader/decode/half_set.cpp
index 748368555..d07625741 100644
--- a/src/video_core/shader/decode/half_set.cpp
+++ b/src/video_core/shader/decode/half_set.cpp
@@ -18,7 +18,9 @@ u32 ShaderIR::DecodeHalfSet(NodeBlock& bb, u32 pc) {
const Instruction instr = {program_code[pc]};
const auto opcode = OpCode::Decode(instr);
- UNIMPLEMENTED_IF(instr.hset2.ftz != 0);
+ if (instr.hset2.ftz != 0) {
+ LOG_WARNING(HW_GPU, "{} FTZ not implemented", opcode->get().GetName());
+ }
// instr.hset2.type_a
// instr.hset2.type_b