Increment PTC version (#1311)

Fix issues caused by 2421186d97
This commit is contained in:
Thog 2020-06-18 13:41:00 +02:00 committed by GitHub
parent 2421186d97
commit 05c63f3061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}
}
}
}