reset infoStreams when the cache is invalid
See merge request ryubing/ryujinx!23merge-requests/31/head^2 1.3.1
parent
e33dc6f096
commit
4c9e8f8e5c
|
|
@ -566,6 +566,9 @@ namespace ARMeilleure.Translation.PTC
|
|||
{
|
||||
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
||||
{
|
||||
_infosStream.SetLength(0);
|
||||
_relocsStream.SetLength(0);
|
||||
_unwindInfosStream.SetLength(0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue