Fix loading of 32-Bit binaries by removing shadowed Bits property

This commit is contained in:
LukeFZ
2024-12-13 20:58:41 +01:00
parent 5254c4b85a
commit 507c42024e

View File

@@ -207,8 +207,6 @@ namespace Il2CppInspector
public virtual string Arch => throw new NotImplementedException();
public virtual int Bits => throw new NotImplementedException();
// Extra parameters to be passed to a loader
protected LoadOptions LoadOptions;