mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-11 22:15:34 +00:00
Reset PPTC Carriers on invalidation
See merge request ryubing/ryujinx!26
This commit is contained in:
parent
0ae536a757
commit
c4ea0e0df2
1 changed files with 1 additions and 3 deletions
|
|
@ -566,9 +566,7 @@ namespace ARMeilleure.Translation.PTC
|
|||
{
|
||||
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
||||
{
|
||||
_infosStream.SetLength(0);
|
||||
_relocsStream.SetLength(0);
|
||||
_unwindInfosStream.SetLength(0);
|
||||
ResetCarriersIfNeeded();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue