mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 07:05:40 +12:00
More texcache stuffs
This commit is contained in:
parent
c4540bcfb3
commit
ebb319f9bc
1 changed files with 1 additions and 0 deletions
|
@ -793,6 +793,7 @@ void RendererGL::textureCopy(u32 inputAddr, u32 outputAddr, u32 totalBytes, u32
|
||||||
printf("RendererGL::TextureCopy failed to locate src framebuffer!\n");
|
printf("RendererGL::TextureCopy failed to locate src framebuffer!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
invalidateRegion(outputAddr, copySize);
|
||||||
doSoftwareTextureCopy(inputAddr, outputAddr, copySize, inputWidth, inputGap, outputWidth, outputGap);
|
doSoftwareTextureCopy(inputAddr, outputAddr, copySize, inputWidth, inputGap, outputWidth, outputGap);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue