WerWolv / SwitchXBOXController

Turn your Nintendo Switch into an XBOX360 controller to play on your Windows computer
GNU General Public License v3.0
50 stars 6 forks source link

Migrate to a more advanced driver ViGemBus #1

Open Evengard opened 5 years ago

Evengard commented 5 years ago

Please consider using the underlying driver to ViGemBus. https://github.com/ViGEm/ViGEmBus It is a successor to the defunct ScpDriverInterface, and developed by the same developer which was maintaining Scp before.

WerWolv commented 5 years ago

Is there a real benefit by using ViGEmBus over Scp except that Scp isn't being further developed anymore?

Evengard commented 5 years ago

Well, you can be (almost) sure that the ViGemBus driver will be compatible with the newer Win10 releases (which tends to break things sometimes), and most of the bugs fixed too (you don't want to mess with a kernel driver yourself, do you?). Also, it allows emulating a PS4 controller and XboxOne AFAIK.