diff options
| author | mageven <62494521+mageven@users.noreply.github.com> | 2020-08-09 09:02:00 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-09 05:32:00 +0200 |
| commit | 9c6a3aacc2bb783b1f8da44e836abfa897766ec0 (patch) | |
| tree | de302054b9d9689982b92bda1159740916ef657f | |
| parent | e36e97c64d7b973fbbc3ac92e9f115d74a4d9e2d (diff) | |
Fix PTC version increment from #1433 (#1462)
| -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 257af722..2ff98f85 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 = 19; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 20; //! To be incremented manually for each change to the ARMeilleure project. private const string BaseDir = "Ryujinx"; |
