diff options
| author | Thog <me@thog.eu> | 2020-06-18 13:41:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 13:41:00 +0200 |
| commit | 05c63f3061b4cef2d301e45a9c2351605762ca33 (patch) | |
| tree | df6a4f7c1a723db7e41dce9783765b0c6e1da17a | |
| parent | 2421186d974446ef4183420c50bc37e58d9fe213 (diff) | |
Increment PTC version (#1311)
Fix issues caused by https://github.com/Ryujinx/Ryujinx/commit/2421186d974446ef4183420c50bc37e58d9fe213
| -rw-r--r-- | ARMeilleure/Translation/PTC/Ptc.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ARMeilleure/Translation/PTC/Ptc.cs b/ARMeilleure/Translation/PTC/Ptc.cs index 76d3d7e1..135a45f0 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 = 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"; @@ -765,4 +765,4 @@ namespace ARMeilleure.Translation.PTC PtcProfiler.Dispose(); } } -}
\ No newline at end of file +} |
