Re: Duke Nukem Joystick Problem
Posted on 2021-01-15, 22:47
Duke is always moving to the right unless I actively try to change directions to the left. Yup, that's definitely a speed problem. Joystick input is always CPU-speed-sensitive by design. To read the analog values of the x/y axis, the code basically has to count how many times the CPU can read the …