mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
InputConfigDiag: Put the colon after the device name
Oops. The dialog accidentally generated the wrong syntax for this one.
This commit is contained in:
parent
e3c0a39d5d
commit
1083d78721
1 changed files with 1 additions and 1 deletions
|
@ -343,8 +343,8 @@ inline void GetExpressionForControl(wxString &expr,
|
||||||
// non-default device
|
// non-default device
|
||||||
if (control_device && default_device && !(*control_device == *default_device))
|
if (control_device && default_device && !(*control_device == *default_device))
|
||||||
{
|
{
|
||||||
expr += ":";
|
|
||||||
expr += control_device->ToString();
|
expr += control_device->ToString();
|
||||||
|
expr += ":";
|
||||||
}
|
}
|
||||||
|
|
||||||
// append the control name
|
// append the control name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue