aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThog <me@thog.eu>2020-06-18 13:41:00 +0200
committerGitHub <noreply@github.com>2020-06-18 13:41:00 +0200
commit05c63f3061b4cef2d301e45a9c2351605762ca33 (patch)
treedf6a4f7c1a723db7e41dce9783765b0c6e1da17a
parent2421186d974446ef4183420c50bc37e58d9fe213 (diff)
Increment PTC version (#1311)
Fix issues caused by https://github.com/Ryujinx/Ryujinx/commit/2421186d974446ef4183420c50bc37e58d9fe213
-rw-r--r--ARMeilleure/Translation/PTC/Ptc.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs
index 76d3d7e1..135a45f0 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
+}