Skip to content

Commit

Permalink
rsx: Remove incorrect hack
Browse files Browse the repository at this point in the history
  • Loading branch information
kd-11 committed Jan 2, 2023
1 parent 310fa71 commit 7423abb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rpcs3/Emu/RSX/RSXTexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,17 +227,6 @@ namespace rsx
remap_ctl |= lo_word;
break;
}
case CELL_GCM_TEXTURE_B8:
{
// Low bit in remap control seems to affect whether the A component is forced to 1
// Only seen in BLUS31604
if (remap_override)
{
// Set remap lookup for A component to FORCE_ONE
remap_ctl = (remap_ctl & ~(3 << 8)) | (1 << 8);
}
break;
}
default:
break;
}
Expand Down

0 comments on commit 7423abb

Please sign in to comment.