marcowindt / ds4macos

DSU Server for (DualShock 4 / DualSense) controllers for MacOS. To be used with the Dolphin emulator.
MIT License
54 stars 6 forks source link

support for earlier versions of macOS? #1

Closed pleasejustgo closed 2 years ago

pleasejustgo commented 3 years ago

Firstly, thanks for this! I've been looking for something like this for a long time. And I love the name lol. The problem is... I can't run it! Trying to run the app, I get "...this application requires macOS 11 or later". Any chance for Mojave and higher support? Thanks.

forrany commented 3 years ago

yeah, the same issue, hope to support the earlier versions please!!!

marcowindt commented 3 years ago

Hi! Currently the application uses SwiftUI for the user interface. Unfortunately, SwiftUI is only supported for Mac OS 10.15+ (Catalina).

I created a branch in this repo macOScatalina which contains a version of the project that has support for Mac OS 10.15+. Only drawback of this version is that it doesn't support the PS button on DualShock 4 controllers.