From 05c63f3061b4cef2d301e45a9c2351605762ca33 Mon Sep 17 00:00:00 2001
From: Thog <me@thog.eu>
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/2421186d974446ef4183420c50bc37e58d9fe213
---
 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 76d3d7e1bc..135a45f035 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
+}