mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
softjit: Fix fog typo causing locking bug.
This commit is contained in:
parent
9653c33d9c
commit
7aea6d2ab0
1 changed files with 0 additions and 1 deletions
|
@ -532,7 +532,6 @@ bool PixelJitCache::Jit_ApplyFog(const PixelFuncID &id) {
|
|||
X64Reg fogColorReg = regCache_.Alloc(RegCache::VEC_TEMP1);
|
||||
X64Reg gstateReg = GetGState();
|
||||
if (cpu_info.bSSE4_1) {
|
||||
X64Reg gstateReg = GetGState();
|
||||
// This actually loads the texlodslope too, but that's okay.
|
||||
PMOVZXBW(fogColorReg, MDisp(gstateReg, offsetof(GPUgstate, fogcolor)));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue