mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-04-21 07:32:04 +00:00
reset infoStreams when the cache is invalid
Some checks are pending
Release job / Create tag (push) Waiting to run
Release job / Release for linux-arm64 (push) Waiting to run
Release job / Release for linux-x64 (push) Waiting to run
Release job / Release for win-x64 (push) Waiting to run
Release job / Release MacOS universal (push) Waiting to run
Release job / flatpak_release (push) Blocked by required conditions
Some checks are pending
Release job / Create tag (push) Waiting to run
Release job / Release for linux-arm64 (push) Waiting to run
Release job / Release for linux-x64 (push) Waiting to run
Release job / Release for win-x64 (push) Waiting to run
Release job / Release MacOS universal (push) Waiting to run
Release job / flatpak_release (push) Blocked by required conditions
This commit is contained in:
parent
df322e6d57
commit
eb6a7b9fea
1 changed files with 3 additions and 0 deletions
|
|
@ -563,6 +563,9 @@ namespace ARMeilleure.Translation.PTC
|
||||||
{
|
{
|
||||||
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
||||||
{
|
{
|
||||||
|
_infosStream.SetLength(0);
|
||||||
|
_relocsStream.SetLength(0);
|
||||||
|
_unwindInfosStream.SetLength(0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue