Unity: Update headers

This commit is contained in:
Katy Coe
2020-11-24 14:06:53 +01:00
parent 5fb921529a
commit 65cf69741d
6 changed files with 4401 additions and 2 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -876,8 +876,8 @@ typedef struct Il2CppCatchPoint
MethodIndex __methodDefinitionIndex; MethodIndex __methodDefinitionIndex;
TypeIndex catchTypeIndex; TypeIndex catchTypeIndex;
int32_t ilOffset; int32_t ilOffset;
int32_t tryId; int8_t tryId;
int32_t parentTryId; int8_t parentTryId;
} Il2CppCatchPoint; } Il2CppCatchPoint;
typedef struct Il2CppDebuggerMetadataRegistration typedef struct Il2CppDebuggerMetadataRegistration
{ {