diff options
author | gdkchan <gab.dark.100@gmail.com> | 2022-04-09 11:56:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 16:56:50 +0200 |
commit | 26a881176eb6513a98889648e0d5b7fe647cd0e3 (patch) | |
tree | 752c8df876fcf72e72944bef18294940f421bca9 /ARMeilleure/Translation/PTC/Ptc.cs | |
parent | e44a43c7e1ee0b25ef93a9419dbd6ac2eb7665b5 (diff) |
Fix tail merge from block with conditional jump to multiple returns (#3267)1.1.100
* Fix tail merge from block with conditional jump to multiple returns
* PPTC version bump
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 35bbc56e..43f3b08b 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -27,7 +27,7 @@ namespace ARMeilleure.Translation.PTC private const string OuterHeaderMagicString = "PTCohd\0\0"; private const string InnerHeaderMagicString = "PTCihd\0\0"; - private const uint InternalVersion = 3193; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 3267; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |