Temporarily disable vertexjit

This commit is contained in:
Henrik Rydgard 2015-03-21 18:26:17 +01:00
parent 0f430e6cd1
commit 1e9fdf08c5

View File

@ -213,6 +213,7 @@ JittedVertexDecoder VertexDecoderJitCache::Compile(const VertexDecoder &dec) {
}
bool VertexDecoderJitCache::CompileStep(const VertexDecoder &dec, int step) {
return false;
// See if we find a matching JIT function
for (size_t i = 0; i < ARRAY_SIZE(jitLookup); i++) {
if (dec.steps_[step] == jitLookup[i].func) {