Implement FCVTNS (Scalar GP) (#2953)

* Implement FCVTNS (Scalar GP)

* Update Ptc Version
This commit is contained in:
sharmander 2022-01-19 20:21:44 -05:00 committed by GitHub
parent b27183b806
commit 60f7cba30a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 1 deletions

View file

@ -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";