0
0
mirror of https://git.ryujinx.app/ryubing/ryujinx.git synced 2025-04-24 09:25:12 +00:00

reset infoStreams when the cache is invalid

See merge request ryubing/ryujinx!23
This commit is contained in:
LotP 2025-04-22 21:42:41 -05:00 committed by GreemDev
parent e33dc6f096
commit 4c9e8f8e5c

View File

@ -566,6 +566,9 @@ namespace ARMeilleure.Translation.PTC
{
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
{
_infosStream.SetLength(0);
_relocsStream.SetLength(0);
_unwindInfosStream.SetLength(0);
return;
}