alvr-org / ALVR

Stream VR games from your PC to your headset via Wi-Fi
MIT License
5k stars 463 forks source link

Fix controller detection for Pico Neo3 Link #2192

Closed HoLo85 closed 2 weeks ago

HoLo85 commented 2 weeks ago

Fixes the detection of the controllers for the Pico Neo3 Link headset. With the introduction of the Pico 4 the HMD was detected as this model which broke the detection of the controller.

The-personified-devil commented 2 weeks ago

You'll need to autoformat the changed code to fix the check

HoLo85 commented 2 weeks ago

You'll need to autoformat the changed code to fix the check

Are those suggestions by rustfmt and are all listed changes marked as error? I think my changes are already formatted for a good readability.

The-personified-devil commented 2 weeks ago

You should format everything according to rustfmt

Vixea commented 2 weeks ago

You need to run cargo fmt we don't care if you think you're code is readable to you. You must follow rustfmt's rules.