cellPad LDD fixup

This commit is contained in:
Eladash 2024-01-01 13:25:25 +02:00 committed by Elad Ashkenazi
parent 87140ab4cc
commit 195e7e185a

View File

@ -1138,6 +1138,8 @@ error_code cellPadLddRegisterController()
config.port_setting[handle] = 0;
cellPad_NotifyStateChange(handle, CELL_PAD_STATUS_CONNECTED, false);
return not_an_error(handle);
}
@ -1163,8 +1165,6 @@ error_code cellPadLddDataInsert(s32 handle, vm::ptr<CellPadData> data)
pads[handle]->ldd_data = *data;
cellPad_NotifyStateChange(handle, CELL_PAD_STATUS_CONNECTED, false);
return CELL_OK;
}