PPTC version increment (#1427)

This commit is contained in:
gdkchan 2020-07-25 15:01:57 -03:00 committed by GitHub
parent 111534a74e
commit 2678bf0010
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 = 13; //! To be incremented manually for each change to the ARMeilleure project.
private const int InternalVersion = 14; //! To be incremented manually for each change to the ARMeilleure project.
private const string BaseDir = "Ryujinx";