Fix loading of 32-Bit binaries by removing shadowed Bits property
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user