darthcloud / BlueRetro

Multiplayer Bluetooth controllers adapter for retro video game consoles
https://blueretro.io
Apache License 2.0
1.23k stars 103 forks source link

[HW2 internal] Adding power off and fallback #951

Closed TharathielCB closed 2 months ago

TharathielCB commented 2 months ago

Adding new buttonstate and adding power off as buttonstate 1 (press reset for 3 seconds). Moving other buttonstates 3 seconds out.

Adding fallback strategy for other mods using reset during power on. Long press reset (>3sec) when power state of the console is off, will power on the console while sending the reset signal to the console.

darthcloud commented 2 months ago

I pushed an equivalent commit in master. See latest beta.

Thanks for the PR in anycase!