From fb65f392d1c4b0e01f22b6ddebcc8317ba9769c3 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 24 May 2021 07:20:07 -0300 Subject: Improve accuracy of reciprocal step instructions (#2305) * Improve accuracy of reciprocal step instructions * Fix small mistake on RECPE rounding, nits, PTC version bump --- ARMeilleure/Translation/PTC/Ptc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ARMeilleure/Translation') diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index b1d55cff..f6494c23 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -28,7 +28,7 @@ namespace ARMeilleure.Translation.PTC private const string OuterHeaderMagicString = "PTCohd\0\0"; private const string InnerHeaderMagicString = "PTCihd\0\0"; - private const uint InternalVersion = 2282; //! To be incremented manually for each change to the ARMeilleure project. + private const uint InternalVersion = 2305; //! To be incremented manually for each change to the ARMeilleure project. private const string ActualDir = "0"; private const string BackupDir = "1"; -- cgit v1.2.3