Fix PTC version increment from #1433 (#1462)

This commit is contained in:
mageven 2020-08-09 09:02:00 +05:30 committed by GitHub
parent e36e97c64d
commit 9c6a3aacc2
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 = 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";