mirror of
https://github.com/cathery/sys-con.git
synced 2024-12-26 03:17:58 +00:00
forgot a bracket
This commit is contained in:
parent
fc48561b3a
commit
1d16b46e4d
@ -118,6 +118,7 @@ Result mainLoop()
|
||||
WriteToLog("But the controllers table reached its max size!");
|
||||
else
|
||||
{
|
||||
|
||||
UsbHsInterface interfaces[8];
|
||||
s32 total_entries;
|
||||
|
||||
@ -150,6 +151,7 @@ Result mainLoop()
|
||||
controllerPtr = std::make_unique<XboxOneController>(std::move(devicePtr));
|
||||
}
|
||||
}
|
||||
}
|
||||
rc = eventWait(&ds3Event, 0);
|
||||
if (R_SUCCEEDED(rc))
|
||||
{
|
||||
@ -231,4 +233,4 @@ Result mainLoop()
|
||||
|
||||
//controllerInterfaces.clear();
|
||||
return rc;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user