add new struct definitions
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Il2CppInspector.Model
|
||||
|
||||
if (Model.Package.Version >= MetadataVersions.V242) {
|
||||
// TODO: Add some kind of AppArray composite type for arrays as we'll be adding more later
|
||||
Add(binary.CodeRegistration.pcodeGenModules, binary.CodeGenModulePointers);
|
||||
Add(binary.CodeRegistration.CodeGenModules, binary.CodeGenModulePointers);
|
||||
|
||||
foreach (var ptr in binary.CodeGenModulePointers)
|
||||
Add(ptr.Value, binary.Modules[ptr.Key]);
|
||||
|
||||
Reference in New Issue
Block a user