mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
cellPad LDD fixup
This commit is contained in:
parent
87140ab4cc
commit
195e7e185a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue