diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-07-25 15:01:57 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-25 20:01:57 +0200 |
| commit | 2678bf0010166e683364102221b52caebea8747e (patch) | |
| tree | 46df7e2c39ce9113ed7911be02ec2432e2afca39 | |
| parent | 111534a74e77664c2ab64c23e74d2173d6029b01 (diff) | |
PPTC version increment (#1427)
| -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 032e111e..ae92d4f3 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 = 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"; |
