From c540e215f960faa2a870b25d51bae3cab6afe121 Mon Sep 17 00:00:00 2001 From: Thog Date: Thu, 18 Jun 2020 13:41:00 +0200 Subject: [PATCH] Increment PTC version (#1311) Fix issues caused by https://github.com/Ryujinx/Ryujinx/commit/2b4418d42ce2d53f57675c9bae98c08d9ada96bd --- ARMeilleure/Translation/PTC/Ptc.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index 76d3d7e1b..135a45f03 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 = 0; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 1; //! To be incremented manually for each change to the ARMeilleure project. private const string BaseDir = "Ryujinx"; @@ -765,4 +765,4 @@ namespace ARMeilleure.Translation.PTC PtcProfiler.Dispose(); } } -} \ No newline at end of file +}