mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-14 06:47:28 +08:00
[+] Option to disable some useless checks and delays to speedup the game boot process
This commit is contained in:
@@ -7,6 +7,7 @@ namespace AquaMai
|
||||
{
|
||||
public UXConfig UX { get; set; }
|
||||
public CheatConfig Cheat { get; set; }
|
||||
public PerformanceConfig Performance { get; set; }
|
||||
|
||||
public class CheatConfig
|
||||
{
|
||||
@@ -19,5 +20,10 @@ namespace AquaMai
|
||||
public bool SinglePlayer { get; set; }
|
||||
public bool SkipToMusicSelection { get; set; }
|
||||
}
|
||||
|
||||
public class PerformanceConfig
|
||||
{
|
||||
public bool ImproveLoadSpeed { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user