From 9c6a3aacc2bb783b1f8da44e836abfa897766ec0 Mon Sep 17 00:00:00 2001 From: mageven <62494521+mageven@users.noreply.github.com> Date: Sun, 9 Aug 2020 09:02:00 +0530 Subject: [PATCH] Fix PTC version increment from #1433 (#1462) --- 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 257af7220..2ff98f853 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 = 19; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 20; //! To be incremented manually for each change to the ARMeilleure project. private const string BaseDir = "Ryujinx";