reformat code
This commit is contained in:
parent
3a270cbea7
commit
84f7f32ec2
5 changed files with 35 additions and 30 deletions
|
|
@ -48,7 +48,7 @@ void DetectDasKeyboardControllers(hid_device_info *info_in, const std::string &n
|
|||
|
||||
if(dev)
|
||||
{
|
||||
DasKeyboardController* controller = new DasKeyboardController(dev, info->path);
|
||||
DasKeyboardController *controller = new DasKeyboardController(dev, info->path);
|
||||
|
||||
if(controller->GetLayoutString() == "NONE")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue