mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 18:20:47 -07:00
PPTC meets ExeFS Patching. (#1865)
* PPTC meets ExeFS Patching. * InternalVersion = 1865 * Ready! * Optimized the PtcProfiler Load/Save methods.
This commit is contained in:
@ -129,7 +129,6 @@ namespace ARMeilleure.Translation.PTC
|
||||
}
|
||||
}
|
||||
|
||||
// For future use.
|
||||
public void Clean(ulong guestAddress)
|
||||
{
|
||||
if (Owners.TryGetValue(guestAddress, out List<int> entries))
|
||||
|
Reference in New Issue
Block a user