mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
softjit: Fix fog typo causing locking bug.
This commit is contained in:
parent
9653c33d9c
commit
7aea6d2ab0
@ -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…
Reference in New Issue
Block a user