update ezusb

This commit is contained in:
CrazyRedMachine
2021-08-22 23:44:38 +02:00
parent 2d5c9441a8
commit 1a628cad6b
5 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
#Persistent
#include AHKHID.ahk
hArd := HID_Open("2341","003E")
hArd := HID_Open("1ccf","4148")
while (hLED = -1) {
hArd := HID_Open("2341","003E")
hArd := HID_Open("1ccf","4148")
Sleep, 5000
}
if 0 < 1 ; The left side of a non-expression if-statement is always the name of a variable.
+2
View File
@@ -1,3 +1,5 @@
# NOTE: ModeSwitch is broken for now, fixing is low priority as long as nobody needs it, so open an issue if needed.
# ModeSwitch for the Pop'n Ultimate Controller
This is a binary meant to set the LightMode used by the Pop'n Controller. It is mostly useful for multi-boot frontends as it allows to switch to the correct mode before launching a game.
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -3
View File
@@ -14,6 +14,4 @@ The dll makes the lights turn on for 1 sec on load so you'll know if the game ma
## How to retrieve devicepath
The dll will attempt to open the default paths from the Due and Leonardo versions of this firmware, in case it doesn't work you can put a `devicepath.dat` file in the same folder as the dll.
See instructions from ModeSwitch to know more about the path format and how to find the one corresponding to your device.
The dll will attempt to open the device automatically based on the custom VID/PID. In case it doesn't work you can put a `devicepath.dat` file in the same folder as the dll.