mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Reset PPTC Carriers on invalidation
This commit is contained in:
@@ -563,9 +563,7 @@ namespace ARMeilleure.Translation.PTC
|
|||||||
{
|
{
|
||||||
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
||||||
{
|
{
|
||||||
_infosStream.SetLength(0);
|
ResetCarriersIfNeeded();
|
||||||
_relocsStream.SetLength(0);
|
|
||||||
_unwindInfosStream.SetLength(0);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user