mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 17:36:24 +02:00
reset infoStreams when the cache is invalid
See merge request ryubing/ryujinx!23
This commit is contained in:
parent
e33dc6f096
commit
d05e9f40b8
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue