joystick_port_2_mode

The option documentation is properly formatted yet

Default: nothing Example: joystick

Specify what emulated Amiga device is connected to joystick port 2. Valid values are:

  • joystick
  • nothing

Code:

if c.joystick_port_2_mode.explicit:
    value = c.joystick_port_2_mode.explicit
else:
    # FIXME: depends on actual device in joystick_port_2...?
    value = "nothing"

Source: https://github.com/FrodeSolheim/fs-uae/blob/master/docs/options/joystick_port_2_mode