mirror of
https://github.com/uberhalit/SekiroFpsUnlockAndMore.git
synced 2026-06-13 09:57:55 +00:00
fix: add support to game version 1.6.0.0 (#1)
This commit is contained in:
parent
58d3d93579
commit
5d821d9c46
1 changed files with 3 additions and 2 deletions
|
|
@ -7,9 +7,10 @@ namespace SekiroFpsUnlockAndMore
|
||||||
internal const string PROCESS_NAME = "sekiro";
|
internal const string PROCESS_NAME = "sekiro";
|
||||||
internal const string PROCESS_TITLE = "Sekiro";
|
internal const string PROCESS_TITLE = "Sekiro";
|
||||||
internal const string PROCESS_DESCRIPTION = "Shadows Die Twice";
|
internal const string PROCESS_DESCRIPTION = "Shadows Die Twice";
|
||||||
internal const string PROCESS_EXE_VERSION = "1.5.0.0";
|
internal const string PROCESS_EXE_VERSION = "1.6.0.0";
|
||||||
internal static readonly string[] PROCESS_EXE_VERSION_SUPPORTED_LEGACY = new string[3]
|
internal static readonly string[] PROCESS_EXE_VERSION_SUPPORTED_LEGACY = new string[4]
|
||||||
{
|
{
|
||||||
|
"1.5.0.0",
|
||||||
"1.4.0.0",
|
"1.4.0.0",
|
||||||
"1.3.0.0",
|
"1.3.0.0",
|
||||||
"1.2.0.0"
|
"1.2.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue