mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Video backends: mass-replace "xfregs" with "xfmem".
This commit is contained in:
parent
8f5342c442
commit
1357277f40
24 changed files with 179 additions and 178 deletions
|
@ -270,7 +270,7 @@ void BuildBlock(s32 blockX, s32 blockY)
|
|||
for (unsigned int i = 0; i < bpmem.genMode.numtexgens; i++)
|
||||
{
|
||||
float projection = invW;
|
||||
if (xfregs.texMtxInfo[i].projection)
|
||||
if (xfmem.texMtxInfo[i].projection)
|
||||
{
|
||||
float q = TexSlopes[i][2].GetValue(dx, dy) * invW;
|
||||
if (q != 0.0f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue