diff options
| author | Ficture Seven <FICTURE7@gmail.com> | 2020-07-13 14:20:07 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-13 20:20:07 +1000 |
| commit | 30d4f752f47217bcdc4dd05428010acf270189d0 (patch) | |
| tree | 0befe872b3d9ccbd5aa4859221b3cc1e81d1cee6 /ARMeilleure/Translation | |
| parent | b5127131c558ac6613e4e61df3da96031a8fa155 (diff) | |
Fix Node Uses/Assignments (#1376)
* Fix Node Uses/Assignments
* Bump PPTC Version Number
Co-authored-by: jduncanator <1518948+jduncanator@users.noreply.github.com>
Diffstat (limited to 'ARMeilleure/Translation')
| -rw-r--r-- | ARMeilleure/Translation/PTC/Ptc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index b538e948..0051d25a 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 = 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"; |
