Ver código fonte

PPTC version increment (#1427)

gdkchan 5 anos atrás
pai
commit
2678bf0010
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      ARMeilleure/Translation/PTC/Ptc.cs

+ 1 - 1
ARMeilleure/Translation/PTC/Ptc.cs

@@ -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";