mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-15 19:37:05 +00:00
reset infoStreams when the cache is invalid
This commit is contained in:
parent
df322e6d57
commit
eb6a7b9fea
1 changed files with 3 additions and 0 deletions
|
|
@ -563,6 +563,9 @@ namespace ARMeilleure.Translation.PTC
|
||||||
{
|
{
|
||||||
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
||||||
{
|
{
|
||||||
|
_infosStream.SetLength(0);
|
||||||
|
_relocsStream.SetLength(0);
|
||||||
|
_unwindInfosStream.SetLength(0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue