aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormageven <62494521+mageven@users.noreply.github.com>2020-08-09 09:02:00 +0530
committerGitHub <noreply@github.com>2020-08-09 05:32:00 +0200
commit9c6a3aacc2bb783b1f8da44e836abfa897766ec0 (patch)
treede302054b9d9689982b92bda1159740916ef657f
parente36e97c64d7b973fbbc3ac92e9f115d74a4d9e2d (diff)
Fix PTC version increment from #1433 (#1462)
-rw-r--r--ARMeilleure/Translation/PTC/Ptc.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs
index 257af722..2ff98f85 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";