mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-21 17:05:32 -04:00
[PR #10] [MERGED] Add Sixaxis init for Monterey #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/hidapi/pull/10
Author: @nastys
Created: 1/23/2022
Status: ✅ Merged
Merged: 1/23/2022
Merged by: @Megamouse
Base:
master← Head:master📝 Commits (1)
2372fc3Add Sixaxis init for Monterey📊 Changes
2 files changed (+20 additions, -0 deletions)
View changed files
📝
hidapi/hidapi.h(+8 -0)📝
mac/hid.c(+12 -0)📄 Description
macOS 12 doesn't initialize Sixaxis/DS3 controllers properly.
The existing HID functions cannot be used to initialize the controller because, unlike any other HID device, the report ID is different than the first data byte.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.