mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 09:59:38 -06:00
reset infoStreams when the cache is invalid
See merge request ryubing/ryujinx!23
This commit is contained in:
@ -566,6 +566,9 @@ namespace ARMeilleure.Translation.PTC
|
||||
{
|
||||
if (AreCarriersEmpty() || ContainsBlacklistedFunctions())
|
||||
{
|
||||
_infosStream.SetLength(0);
|
||||
_relocsStream.SetLength(0);
|
||||
_unwindInfosStream.SetLength(0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user