mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 11:07:30 +08:00
[+] FrameRate lock + display
This commit is contained in:
@@ -50,6 +50,7 @@ namespace AquaMai
|
||||
public bool ForceFreePlay { get; set; } = true;
|
||||
public bool ForcePaidPlay { get; set; }
|
||||
public int ExtendNotesPool { get; set; }
|
||||
public bool FrameRateLock { get; set; }
|
||||
}
|
||||
|
||||
public class UtilsConfig
|
||||
@@ -61,6 +62,7 @@ namespace AquaMai
|
||||
public bool PractiseMode { get; set; }
|
||||
public bool SelectionDetail { get; set; }
|
||||
public bool ShowNetErrorDetail { get; set; }
|
||||
public bool FrameRateDisplay { get; set; }
|
||||
}
|
||||
|
||||
public class TimeSavingConfig
|
||||
@@ -120,5 +122,11 @@ namespace AquaMai
|
||||
public byte E7 { get; set; } = 20;
|
||||
public byte E8 { get; set; } = 20;
|
||||
}
|
||||
|
||||
public class CustomKeyMapConfig
|
||||
{
|
||||
public bool Enable { get; set; }
|
||||
public string[] KeyMap { get; set; } = new string[0];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user