Releases: SMarioMan/gamecube-adapter-unlimited
Releases · SMarioMan/gamecube-adapter-unlimited
Rumble
Deterministic ports
Adds support to fix deterministic port ordering.
Sometimes, Windows will change the established order of the virtual controllers. This is problematic because assigned ports may correspond to different instances than originally configured. To correct this, you must remove all of the virtual controllers from the Windows device manager, then re-add the controllers. I have developed a streamlined technique to handle this.
- Download
devcon.exe
from https://github.com/SMarioMan/devcon/releases - Open a terminal as admin and run the following command:
devcon.exe removeall *VID_054C*
. This will remove all PS4 controllers (including the virtual controllers created by GameCube Adapter Unlimited) from the device manager. - Run
GameCubeAdapterUnlimited.exe --det
. This command slowly connects each of the virtual devices in order, ensuring proper device ordering. - Run
GameCubeAdapterUnlimited.exe
as per usual. Port orderings should be maintained, at least until the next reboot.
Initial Release
Remove submodule pull Dependencies are now directly within the repo