diff options
| author | sharmander <saldabain.dev@gmail.com> | 2022-01-19 20:21:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-19 22:21:44 -0300 |
| commit | 60f7cba30abb69e9c197f1def10c102f0c19758b (patch) | |
| tree | 2d70a3e821d963b17c46cd268e484ae6d7824af4 /ARMeilleure/Translation | |
| parent | b27183b806a5ce380cedeccec2a1ae4c53f2ca70 (diff) | |
Implement FCVTNS (Scalar GP) (#2953)
* Implement FCVTNS (Scalar GP)
* Update Ptc Version
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 258ea923..2142e34f 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 = 2937; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 2953; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; |
