mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
samplerjit: Oops, fix Linux mipmap handling.
This commit is contained in:
parent
c31f746896
commit
dbb015f427
1 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,9 @@ LinearFunc SamplerJitCache::CompileLinear(const SamplerID &id) {
|
|||
|
||||
// Store frac UV in the gap.
|
||||
stackFracUV1Offset_ = -stackArgPos_ + 16 * 4;
|
||||
#else
|
||||
// Use the red zone.
|
||||
stackFracUV1Offset_ = -stackArgPos_ - 8;
|
||||
#endif
|
||||
|
||||
// Reserve a couple regs that the nearest CALL won't use.
|
||||
|
|
Loading…
Add table
Reference in a new issue