From b5127131c558ac6613e4e61df3da96031a8fa155 Mon Sep 17 00:00:00 2001 From: Ficture Seven Date: Mon, 13 Jul 2020 13:10:33 +0400 Subject: Fix folding of ConvertI64ToI32 imm64 (#1383) * Fix folding of ConvertI64ToI32 imm64 * Increment PTC internal version * Clean up --- 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 30a405e4..b538e948 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 = 6; //! To be incremented manually for each change to the ARMeilleure project. + private const int InternalVersion = 7; //! To be incremented manually for each change to the ARMeilleure project. private const string BaseDir = "Ryujinx"; -- cgit v1.2.3