mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Fixed 'Assign_changes' usage for cellpad / padhandler
This commit is contained in:
parent
29cd11ad06
commit
199845a9d1
3 changed files with 10 additions and 8 deletions
|
@ -215,7 +215,8 @@ public:
|
|||
if(button.m_keyCode != code)
|
||||
continue;
|
||||
|
||||
pad.m_port_status |= CELL_PAD_STATUS_ASSIGN_CHANGES;
|
||||
//This is for reporting when a controller connects/disconnects, shouldn't be here
|
||||
//pad.m_port_status |= CELL_PAD_STATUS_ASSIGN_CHANGES;
|
||||
|
||||
if(button.m_pressed && !pressed)
|
||||
{
|
||||
|
@ -232,8 +233,6 @@ public:
|
|||
if (stick.m_keyCodeMax != code && stick.m_keyCodeMin != code)
|
||||
continue;
|
||||
|
||||
pad.m_port_status |= CELL_PAD_STATUS_ASSIGN_CHANGES;
|
||||
|
||||
if (stick.m_keyCodeMax == code)
|
||||
{
|
||||
stick.m_min_pressed = false; //!!! need fix !!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue