XBox 360 Controller
  • MorphOS Developer
    jacadcaps
    Posts: 2968 from 2003/3/5
    From: Canada
    Quote:

    lordcoxis wrote:
    1. Should pressing "Settings" on the device open up the settings page?
    2. Should lowlevel.library software work with this driver?



    1. No, there is no settings panel.
    2. Yes, lowlevel.library does have support for such gamepads. What did you try it with exactly?
  • »26.12.20 - 14:31
    Profile Visit Website
  • Just looking around
    lordcoxis
    Posts: 19 from 2018/10/14
    Quote:

    jacadcaps wrote:
    Quote:

    lordcoxis wrote:
    1. Should pressing "Settings" on the device open up the settings page?
    2. Should lowlevel.library software work with this driver?



    1. No, there is no settings panel.
    2. Yes, lowlevel.library does have support for such gamepads. What did you try it with exactly?


    Mostly PowerSDL games (OpenTyrian, Frogatto, SDLPoP), but it turns out that the D-pad isn't working on any of them (only the left analog stick), and the fire button is mapped to the "View Button" (and I was stupidly only using the D-pad and A/B/X/Y/L/R buttons on the menu screen to test...). So, it is working after all (sorry for the false alarm). Can the fire buttons/d-pad be remapped somehow, as using the View button as fire is not very practical?

    Thanks for the help.
  • »26.12.20 - 16:20
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2968 from 2003/3/5
    From: Canada
    Try

    Code:
    setenv save LOWLEVEL_XBOX_USEHATSWITCH 1


    in a shell and reboot. That ought to make it use the d-pad. No idea why the view button would be used for anything though - it should not. Sadly I do not currently have this variant of the 360 controller to check.
  • »26.12.20 - 20:16
    Profile Visit Website
  • Just looking around
    lordcoxis
    Posts: 19 from 2018/10/14
    Quote:

    jacadcaps wrote:
    Try

    Code:
    setenv save LOWLEVEL_XBOX_USEHATSWITCH 1


    in a shell and reboot. That ought to make it use the d-pad. No idea why the view button would be used for anything though - it should not. Sadly I do not currently have this variant of the 360 controller to check.


    That did it - thanks!
  • »27.12.20 - 11:07
    Profile Visit Website