hid: Allow Power button regardless of Joy Con connection

This commit is contained in:
2026-07-03 17:24:04 +02:00
parent fc292fc0d3
commit 13e03cc327

View File

@@ -74,6 +74,8 @@ Input_t *hidRead(){
else
inputs.a = inputs.power;
inputs.a |= inputs.power;
return &inputs;
}