mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-30 21:02:02 +00:00
PPTC version increment (#1427)
This commit is contained in:
parent
111534a74e
commit
2678bf0010
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace ARMeilleure.Translation.PTC
|
||||||
{
|
{
|
||||||
private const string HeaderMagic = "PTChd";
|
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";
|
private const string BaseDir = "Ryujinx";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue