I've connected two USB gamepads via raspberry pico and I see in logs JOY0 and JOY1 that send command to FPGA, but when I wanted to test two joysticks in a game. Second one never works, so I tried to understand if second joystick port is supported on FPGA, so started reading Verilog (I'm beginner) and I found in misterynano.sv this:
.joystick0(hid_joy),
.joystick1()
Does it means that joystick1 (second joy) is not wired to hid data, which means second joy is not implemented?
If my analysis is correct, do you plan to implement second hid joy support?
I've connected two USB gamepads via raspberry pico and I see in logs JOY0 and JOY1 that send command to FPGA, but when I wanted to test two joysticks in a game. Second one never works, so I tried to understand if second joystick port is supported on FPGA, so started reading Verilog (I'm beginner) and I found in misterynano.sv this:
Does it means that joystick1 (second joy) is not wired to hid data, which means second joy is not implemented?
If my analysis is correct, do you plan to implement second hid joy support?