This commit is contained in:
Martin Baliet 2024-04-15 13:05:40 +02:00
parent 9ac1d8c4d1
commit 3edaa5a366

View File

@ -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;