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:
parent
e33dc6f096
commit
4c9e8f8e5c
@ -566,6 +566,9 @@ namespace ARMeilleure.Translation.PTC
|
|||||||
{
|
{
|
||||||
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
||||||
{
|
{
|
||||||
|
_infosStream.SetLength(0);
|
||||||
|
_relocsStream.SetLength(0);
|
||||||
|
_unwindInfosStream.SetLength(0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user