Fix Node Uses/Assignments (#1376)

* Fix Node Uses/Assignments

* Bump PPTC Version Number

Co-authored-by: jduncanator <1518948+jduncanator@users.noreply.github.com>
This commit is contained in:
Ficture Seven 2020-07-13 14:20:07 +04:00 committed by GitHub
parent b5127131c5
commit 30d4f752f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 31 deletions

View file

@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC
{
private const string HeaderMagic = "PTChd";
private const int InternalVersion = 7; //! To be incremented manually for each change to the ARMeilleure project.
private const int InternalVersion = 8; //! To be incremented manually for each change to the ARMeilleure project.
private const string BaseDir = "Ryujinx";