mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 10:51:06 +00:00
Flush the lit pool in the vtx dec
This commit is contained in:
parent
e3bdb3e09b
commit
bd23f91e0c
@ -1055,7 +1055,7 @@ JittedVertexDecoder VertexDecoderJitCache::Compile(const VertexDecoder &dec) {
|
||||
POP(6, R4, R5, R6, R7, R8, _PC);
|
||||
|
||||
FlushIcache();
|
||||
|
||||
FlushLitPool();
|
||||
// DisassembleArm(start, GetCodePtr() - start);
|
||||
// char temp[1024] = {0};
|
||||
// dec.ToString(temp);
|
||||
|
Loading…
Reference in New Issue
Block a user