diff options
author | merry <git@mary.rs> | 2023-01-22 14:15:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 14:15:49 +0000 |
commit | 4f293f8cbec33e8edce81ad4980bd532a2464c05 (patch) | |
tree | 26bb07f90a3906ca2c500fe52e6c7cda436d1ffb /ARMeilleure/Translation/PTC/Ptc.cs | |
parent | 32a1cd83fd2e98d6f6da0b6c0b43c3af1323fca4 (diff) |
Arm64: Simplify TryEncodeBitMask and use for constants (#4328)1.1.590
* Arm64: Simplify TryEncodeBitMask
* CodeGenerator: Use TryEncodeBitMask in GenerateConstantCopy
* Ptc: Bump version
Diffstat (limited to 'ARMeilleure/Translation/PTC/Ptc.cs')
-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 e5e0b2a5..aeb5868c 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -29,7 +29,7 @@ namespace ARMeilleure.Translation.PTC private const string OuterHeaderMagicString = "PTCohd\0\0"; private const string InnerHeaderMagicString = "PTCihd\0\0"; - private const uint InternalVersion = 4272; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 4328; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |