mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 05:10:47 -07:00
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:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user