From 2678bf0010166e683364102221b52caebea8747e Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 25 Jul 2020 15:01:57 -0300 Subject: [PATCH] PPTC version increment (#1427) --- ARMeilleure/Translation/PTC/Ptc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index 032e111e7..ae92d4f39 100644 --- a/ARMeilleure/Translation/PTC/Ptc.cs +++ b/ARMeilleure/Translation/PTC/Ptc.cs @@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC { private const string HeaderMagic = "PTChd"; - private const int InternalVersion = 13; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 14; //! To be incremented manually for each change to the ARMeilleure project. private const string BaseDir = "Ryujinx";