rsx: add missing default to switch

This commit is contained in:
Megamouse
2026-03-01 11:42:51 +01:00
parent 2a292d1e2e
commit c57d6110c4
@@ -675,6 +675,8 @@ fragment_program_utils::fragment_program_metadata fragment_program_utils::analys
// Otherwise we would need to follow the execution chain
result.has_branch_instructions = true;
break;
default:
break;
}
if (rsx::assembler::FP::get_operand_count(opcode) > 0 &&