diff options
| author | LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> | 2021-02-23 13:15:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 13:15:45 +0100 |
| commit | bcbf240d2eab2a2794224487d87519ac31016c96 (patch) | |
| tree | d352060802864a34bb2c51db5aa89487f04165bc /ARMeilleure/Translation | |
| parent | 0aea1e5cb01ee693bd806f29b49b40c37b256894 (diff) | |
PPTC: Fix unwanted propagation of a relocatable constant in a specific case. (#1990)
* Fix unwanted propagation of a relocatable constant in a specific case.
* Ptc.InternalVersion = 1990
* Nit to retrigger the Checks.
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 01d0b236..266bdba6 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -26,7 +26,7 @@ namespace ARMeilleure.Translation.PTC { private const string HeaderMagicString = "PTChd\0\0\0"; - private const int InternalVersion = 1963; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 1990; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
