AppModel: Add WordSizeBytes; tidy up a bit

This commit is contained in:
Katy Coe
2020-08-17 02:49:01 +02:00
parent 4b86087c7a
commit 2024a3bfac
4 changed files with 8 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ namespace Il2CppInspector.Cpp
private CppTypeCollection types => appModel.CppTypeCollection;
// Word size (32/64-bit) for this generator
public int WordSize => appModel.WordSize;
public int WordSize => appModel.WordSizeBits;
// Version number and header file to generate structures for
public UnityVersion UnityVersion => appModel.UnityVersion;