Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chihirobelmo committed Jul 1, 2022
1 parent 409772a commit daba2ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Falcon BMS Alternative Launcher/Input/JoyAssgn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ public string GetDeviceSortingLine()

/// <summary>
/// Get whole DX button assignment line to write a key file.
/// DXnumber: total DXnumber per device BMS can handle.
/// </summary>
public string GetKeyLineDX(int joynum, int numOfDevices, int DXnumber)
public string GetKeyLineDX(int joynum, int numOfDevices, int DXnumber)
{
string assign = "";
assign += "\n#======== " + GetProductName() + " ========\n";
Expand Down

0 comments on commit daba2ab

Please sign in to comment.