mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
rsx: Remove incorrect hack
This commit is contained in:
parent
310fa7127d
commit
7423abb136
1 changed files with 0 additions and 11 deletions
|
@ -227,17 +227,6 @@ namespace rsx
|
||||||
remap_ctl |= lo_word;
|
remap_ctl |= lo_word;
|
||||||
break;
|
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:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue