From b2b286fd43595777af2559edf0711e92599bab3c Mon Sep 17 00:00:00 2001 From: Alexander Gennadievich <36856967+AlexanderKhrenov@users.noreply.github.com> Date: Sat, 31 Oct 2020 03:39:23 +0200 Subject: [PATCH] Update GameData.cs Update for 1.5.0.0 ver. Kinda works for me. --- SekiroFpsUnlockAndMore/GameData.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SekiroFpsUnlockAndMore/GameData.cs b/SekiroFpsUnlockAndMore/GameData.cs index b8afa89..239fc75 100644 --- a/SekiroFpsUnlockAndMore/GameData.cs +++ b/SekiroFpsUnlockAndMore/GameData.cs @@ -7,9 +7,10 @@ namespace SekiroFpsUnlockAndMore internal const string PROCESS_NAME = "sekiro"; internal const string PROCESS_TITLE = "Sekiro"; internal const string PROCESS_DESCRIPTION = "Shadows Die Twice"; - internal const string PROCESS_EXE_VERSION = "1.4.0.0"; - internal static readonly string[] PROCESS_EXE_VERSION_SUPPORTED = new string[2] + internal const string PROCESS_EXE_VERSION = "1.5.0.0"; + internal static readonly string[] PROCESS_EXE_VERSION_SUPPORTED = new string[3] { + "1.4.0.0", "1.3.0.0", "1.2.0.0" };