C++: Fix DO_APP_FUNC_METHODINFO not using double-indirected pointer
This commit is contained in:
@@ -166,8 +166,7 @@ namespace Il2CppInspector.Properties {
|
||||
///
|
||||
///// Application-specific functions
|
||||
///#define DO_APP_FUNC(a, r, n, p) extern r (*n) p
|
||||
///namespace app {
|
||||
/// #include "il2cpp-functions [rest of string was truncated]";.
|
||||
///#define DO_APP_FUNC_METHODINFO(a, n) extern [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string Cpp_Il2CppAppDataH {
|
||||
get {
|
||||
@@ -192,13 +191,11 @@ namespace Il2CppInspector.Properties {
|
||||
///
|
||||
///// Application-specific functions
|
||||
///#define DO_APP_FUNC(a, r, n, p) r (*n) p
|
||||
///#define DO_APP_FUNC_METHODINFO(a, n) struct MethodInfo ** n
|
||||
///namespace app {
|
||||
///#include "il2cpp-functions.h"
|
||||
///}
|
||||
///#undef DO_APP_FUNC
|
||||
///
|
||||
///// TypeInfo pointers
|
||||
///#define DO_TYPEDEF(a, n [rest of string was truncated]";.
|
||||
///#und [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string Cpp_Il2CppInitCpp {
|
||||
get {
|
||||
@@ -309,7 +306,8 @@ namespace Il2CppInspector.Properties {
|
||||
/// <Filter>framework</Filter>
|
||||
/// </ClCompile>
|
||||
/// <ClCompile Include="framework\il2cpp-init.cpp">
|
||||
/// <Filter>framework< [rest of string was truncated]";.
|
||||
/// <Filter>framework</Filter>
|
||||
/// [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string CppProjFilters {
|
||||
get {
|
||||
@@ -329,7 +327,7 @@ namespace Il2CppInspector.Properties {
|
||||
/// <Configuration>Release</Configuration>
|
||||
/// <Platform>Win32</Platform>
|
||||
/// </ProjectConfiguration>
|
||||
/// <ProjectCon [rest of string was truncated]";.
|
||||
/// <ProjectConfiguration [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string CppProjTemplate {
|
||||
get {
|
||||
@@ -351,7 +349,7 @@ namespace Il2CppInspector.Properties {
|
||||
/// Release|x64 = Release|x64
|
||||
/// Release|x86 = Release|x86
|
||||
/// EndGlobalSection
|
||||
/// GlobalSection(ProjectConfig [rest of string was truncated]";.
|
||||
/// GlobalSection(ProjectConfigurationPlatfo [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string CppSlnTemplate {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user