You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Till now, the default joystick port was always 2. Let's make joystick port selection configurable from CLI or config file, allow config to be saved.
For some reason (forgot why ...) I did something strange: I always forced to switch to port 1 when mouse grab was activated. This is totally not OK! Let's remove that code.
Add code that mouse movements are routed to SID (and the right D620..D623 register) corresponding to the selected joystick port, and not both which is the current situation.
Issue 2. was discovered by @gurcei thanks for the report and the help to clarify this topic a bit in my head.
The text was updated successfully, but these errors were encountered:
Also adding an config option '-joyport N' (N can be 1 or 2) as a CLI
option to select the default emulated port. Also, now the configuration
can be saved which preserves the "swap state" of ports.
The original problem was discovered by @gurcei when he noticed that
using the UI menu's "swap port" functionalty does nothing. It was
because for some reason I wrote code to force port-1 when in mouse grab
mode. Which is bad ...
Some problems:
Issue 2. was discovered by @gurcei thanks for the report and the help to clarify this topic a bit in my head.
The text was updated successfully, but these errors were encountered: