SoftGPU: Jit CLUT lookup.

This commit is contained in:
Unknown W. Brackets
2017-05-10 19:22:39 -07:00
parent a8a6b2cd8a
commit cf32949183
2 changed files with 86 additions and 14 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ private:
bool Jit_Decode5650();
bool Jit_Decode5551();
bool Jit_Decode4444();
bool Jit_TransformClutIndex(const SamplerID &id);
bool Jit_TransformClutIndex(const SamplerID &id, int bitsPerIndex);
bool Jit_ReadClutColor(const SamplerID &id);
#if PPSSPP_ARCH(ARM64)