mirror of
https://github.com/uberhalit/SekiroFpsUnlockAndMore.git
synced 2026-06-13 09:57:55 +00:00
Added game modifications
Added global Game Speed modifier Added Player Speed modifier Settings are saved and loaded from conf now Fixed a potential issue with unlimited frame rate unlock Fixed a potential issue when user tried to enable borderless while in minimized fullscreen Improved initial load time til game is patchable Refactor Cleanup
This commit is contained in:
parent
35dd34c9c5
commit
c8696f0a45
10 changed files with 1103 additions and 322 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>SekiroFpsUnlockAndMore</RootNamespace>
|
||||
<AssemblyName>SekiroFpsUnlockAndMore</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
|
@ -62,6 +62,7 @@
|
|||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Compile Include="SettingsService.cs" />
|
||||
<Page Include="MainWindow.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
|
|
@ -76,7 +77,7 @@
|
|||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Offsets.cs" />
|
||||
<Compile Include="GameData.cs" />
|
||||
<Compile Include="PatternScan.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<SubType>Code</SubType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue