mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-28 14:19:52 -06: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;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user