IDA: Don't produce C type header file if it's already available

This commit is contained in:
Katy Coe
2020-07-28 19:23:53 +02:00
parent 4978348d8f
commit 7b9c28fdf3
3 changed files with 15 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ namespace Il2CppInspector
}.WriteSingleFile(testPath + $@"\test-result{nameSuffix}.cs");
new IDAPythonScript(appModel)
.WriteScriptToFile(testPath + $@"\test-ida-result{nameSuffix}.py");
.WriteScriptToFile(testPath + $@"\test-ida-result{nameSuffix}.py", testPath + $@"\test-cpp-result{nameSuffix}\il2cpp-types.h");
new CppScaffolding(appModel)
.Write(testPath + $@"\test-cpp-result{nameSuffix}");