From 38b26cf4242999fa7d8c550993ac0940cd03d55f Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 11 Jul 2020 02:52:38 -0300 Subject: Mask shift constants on x86 backend (#1382) * Mask shift constants on x86 backendd * Version bump --- ARMeilleure/Translation/PTC/Ptc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ARMeilleure/Translation') 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"; -- cgit v1.2.3