diff --git a/GPU/GLES/VertexDecoder.cpp b/GPU/GLES/VertexDecoder.cpp index fd27cc270c..025baff943 100644 --- a/GPU/GLES/VertexDecoder.cpp +++ b/GPU/GLES/VertexDecoder.cpp @@ -901,10 +901,10 @@ JittedVertexDecoder VertexDecoderJitCache::Compile(const VertexDecoder &dec) { FlushIcache(); - DisassembleArm(start, GetCodePtr() - start); - char temp[1024] = {0}; - dec.ToString(temp); - INFO_LOG(HLE, "%s", temp); + // DisassembleArm(start, GetCodePtr() - start); + // char temp[1024] = {0}; + // dec.ToString(temp); + // INFO_LOG(HLE, "%s", temp); return (JittedVertexDecoder)start; }