mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-27 00:20:54 +00:00
format
This commit is contained in:
parent
9ac1d8c4d1
commit
3edaa5a366
@ -61,7 +61,6 @@ EXPORT SYSV_ABI int scePadOpen(int32_t userId, PadPortType type, int32_t index,
|
||||
}
|
||||
// - already open
|
||||
|
||||
|
||||
for (int n = 0; n < MAX_CONTROLLERS_COUNT; ++n) {
|
||||
if (pData->controller[n].userId >= 0) continue;
|
||||
auto& pController = pData->controller[n].padPtr;
|
||||
|
Loading…
Reference in New Issue
Block a user