diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-07-11 02:52:38 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 15:52:38 +1000 |
| commit | 38b26cf4242999fa7d8c550993ac0940cd03d55f (patch) | |
| tree | 1384ad4fd152802dd61153b14b84cd8487c0ffed /ARMeilleure/Translation | |
| parent | 0195d0938d7582d8b4155482e4eef60406ba5ed8 (diff) | |
Mask shift constants on x86 backend (#1382)
* Mask shift constants on x86 backendd
* Version bump
Diffstat (limited to 'ARMeilleure/Translation')
| -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 ced3d0d4..30a405e4 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 = 5; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 6; //! To be incremented manually for each change to the ARMeilleure project. private const string BaseDir = "Ryujinx"; |
