[+] Option to disable some useless checks and delays to speedup the game boot process

This commit is contained in:
Clansty
2024-04-08 17:02:14 +08:00
parent 2630d32764
commit 442ec76828
4 changed files with 69 additions and 1 deletions

View File

@@ -266,6 +266,7 @@
<Compile Include="Cheat\TicketUnlock.cs" />
<Compile Include="Config.cs" />
<Compile Include="Fix\FixCharaCrash.cs" />
<Compile Include="Performance\ImproveLoadSpeed.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Main.cs" />
<Compile Include="UX\SinglePlayer.cs" />