diff options
author | gdkchan <gab.dark.100@gmail.com> | 2022-01-24 07:23:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 11:23:24 +0100 |
commit | f3bfd799e1ca3b52b8e5ad45fdd0f2505c9122d1 (patch) | |
tree | c52e8484299867b71c40d46ca6c12aa05990317e /ARMeilleure/Translation/PTC/Ptc.cs | |
parent | b2ebbe8b22f241a624ecba2e6084d255827dc25c (diff) |
Fix calls passing V128 values on Linux (#3034)1.1.7
* Fix calls passing V128 values on Linux
* 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 4cf01a76..85e56e49 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 = 3015; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 3034; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |