1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-17 09:44:08 -05:00

gl_shader_decompiler: Remove UNREACHABLE when setting RZ

This commit is contained in:
ReinUsesLisp 2018-11-20 22:23:10 -03:00
parent b55c7bbcf7
commit 423a3ed2c8

View File

@ -761,8 +761,7 @@ private:
u64 dest_num_components, u64 value_num_components, u64 dest_elem,
bool precise) {
if (reg == Register::ZeroIndex) {
LOG_CRITICAL(HW_GPU, "Cannot set Register::ZeroIndex");
UNREACHABLE();
// Setting RZ is a nop in hardware.
return;
}