Explorar el Código

Increment PTC version (#1311)

Fix issues caused by https://github.com/Ryujinx/Ryujinx/commit/2421186d974446ef4183420c50bc37e58d9fe213
Thog hace 5 años
padre
commit
05c63f3061
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      ARMeilleure/Translation/PTC/Ptc.cs

+ 2 - 2
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 = 0; //! To be incremented manually for each change to the ARMeilleure project.
+        private const int InternalVersion = 1; //! To be incremented manually for each change to the ARMeilleure project.
 
 
         private const string BaseDir = "Ryujinx";
         private const string BaseDir = "Ryujinx";
 
 
@@ -765,4 +765,4 @@ namespace ARMeilleure.Translation.PTC
             PtcProfiler.Dispose();
             PtcProfiler.Dispose();
         }
         }
     }
     }
-}
+}