From daba2ab69f27ade42992ae3862362dd75b5dbdc6 Mon Sep 17 00:00:00 2001 From: chihirobelmo Date: Fri, 1 Jul 2022 21:28:33 +0900 Subject: [PATCH] added comment --- Falcon BMS Alternative Launcher/Input/JoyAssgn.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Falcon BMS Alternative Launcher/Input/JoyAssgn.cs b/Falcon BMS Alternative Launcher/Input/JoyAssgn.cs index bc826fe..34a40d2 100644 --- a/Falcon BMS Alternative Launcher/Input/JoyAssgn.cs +++ b/Falcon BMS Alternative Launcher/Input/JoyAssgn.cs @@ -196,8 +196,9 @@ public string GetDeviceSortingLine() /// /// Get whole DX button assignment line to write a key file. + /// DXnumber: total DXnumber per device BMS can handle. /// - public string GetKeyLineDX(int joynum, int numOfDevices, int DXnumber) + public string GetKeyLineDX(int joynum, int numOfDevices, int DXnumber) { string assign = ""; assign += "\n#======== " + GetProductName() + " ========\n";