mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
samplerjit: Fix DXT compilation.
This commit is contained in:
parent
19998976c7
commit
741a9b0a4d
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ LinearFunc SamplerJitCache::CompileLinear(const SamplerID &id) {
|
|||
|
||||
// We'll first write the nearest sampler, which we will CALL.
|
||||
// This may differ slightly based on the "linear" flag.
|
||||
const u8 *nearest = AlignCode16();
|
||||
nearest = AlignCode16();
|
||||
|
||||
if (!Jit_ReadTextureFormat(id)) {
|
||||
regCache_.Reset(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue