diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-05-13 16:26:57 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 21:26:57 +0200 |
| commit | e318022b89dfd2e7a5db6722eb7663fa9f9bca3c (patch) | |
| tree | e69facae71bbeda44224a1b4e5c3662022bc4137 /ARMeilleure/Translation | |
| parent | 57ea3f93a31d67d9f72ef5066aa19fe18f8f9f76 (diff) | |
Fold constant offsets and group constant addresses (#2285)
* Fold constant offsets and group constant addresses
* PPTC version bump
Diffstat (limited to 'ARMeilleure/Translation')
| -rw-r--r-- | ARMeilleure/Translation/PTC/Ptc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index 4b5f3173..1bb8659c 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -28,7 +28,7 @@ namespace ARMeilleure.Translation.PTC private const string OuterHeaderMagicString = "PTCohd\0\0"; private const string InnerHeaderMagicString = "PTCihd\0\0"; - private const uint InternalVersion = 1866; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 2285; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
