Update GameData.cs

Update for 1.5.0.0 ver. Kinda works for me.
This commit is contained in:
Alexander Gennadievich 2020-10-31 03:39:23 +02:00 committed by GitHub
parent 53fd55c3b9
commit b2b286fd43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
};