samplerjit: Fix DXT compilation.

This commit is contained in:
Unknown W. Brackets 2022-01-05 00:00:03 -08:00
parent 19998976c7
commit 741a9b0a4d

View file

@ -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);