mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-13 07:14:49 +00:00
cellPad LDD fixup
This commit is contained in:
parent
87140ab4cc
commit
195e7e185a
@ -1138,6 +1138,8 @@ error_code cellPadLddRegisterController()
|
|||||||
|
|
||||||
config.port_setting[handle] = 0;
|
config.port_setting[handle] = 0;
|
||||||
|
|
||||||
|
cellPad_NotifyStateChange(handle, CELL_PAD_STATUS_CONNECTED, false);
|
||||||
|
|
||||||
return not_an_error(handle);
|
return not_an_error(handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1163,8 +1165,6 @@ error_code cellPadLddDataInsert(s32 handle, vm::ptr<CellPadData> data)
|
|||||||
|
|
||||||
pads[handle]->ldd_data = *data;
|
pads[handle]->ldd_data = *data;
|
||||||
|
|
||||||
cellPad_NotifyStateChange(handle, CELL_PAD_STATUS_CONNECTED, false);
|
|
||||||
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user