mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
vtxdecjit: turn off excessive logging
This commit is contained in:
parent
f57f8170d3
commit
6b45c321b6
1 changed files with 4 additions and 4 deletions
|
@ -901,10 +901,10 @@ JittedVertexDecoder VertexDecoderJitCache::Compile(const VertexDecoder &dec) {
|
||||||
|
|
||||||
FlushIcache();
|
FlushIcache();
|
||||||
|
|
||||||
DisassembleArm(start, GetCodePtr() - start);
|
// DisassembleArm(start, GetCodePtr() - start);
|
||||||
char temp[1024] = {0};
|
// char temp[1024] = {0};
|
||||||
dec.ToString(temp);
|
// dec.ToString(temp);
|
||||||
INFO_LOG(HLE, "%s", temp);
|
// INFO_LOG(HLE, "%s", temp);
|
||||||
|
|
||||||
return (JittedVertexDecoder)start;
|
return (JittedVertexDecoder)start;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue