mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-03 06:32:10 +00:00
Should be id0
This commit is contained in:
parent
f1254c79ed
commit
a9d7be1eab
@ -335,7 +335,7 @@ void ComputeFragmentShaderID(FragmentShaderID *id) {
|
||||
gpuStats.numNonAlphaTestedDraws++;
|
||||
|
||||
if (computeAbsdiff) {
|
||||
id->d[0] |= (computeAbsdiff & 1) << 25;
|
||||
id0 |= (computeAbsdiff & 1) << 25;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user