hid: Allow Power button regardless of Joy Con connection
This commit is contained in:
@@ -74,6 +74,8 @@ Input_t *hidRead(){
|
||||
else
|
||||
inputs.a = inputs.power;
|
||||
|
||||
inputs.a |= inputs.power;
|
||||
|
||||
return &inputs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user