Re: [hatari-devel] Regression joystick subsystem |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Regression joystick subsystem
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 14 May 2023 08:58:19 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1684054701; bh=OyZZkxKTtH6URqwBcBVyxvoDzmO8mfzeTuwE8aqzIMo=; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=ZTTfIHFnY8Ld/25MiJvKVEghnnzWJXP/JPYUAbtQOzLIWqeCO/DMK1f9UwuW906lz LOUFxeeeO2z3gCDGSGJOs77CdccEAf/Bm04WoYO73ib6YzcWgcnAr67hwtHcLb4GpD 559Eudc81puCH+4M0owseC5TTdNrCLK8LpHUm5B6ir92bLhS1WZ7Rv5E4X504Rn1Dr cANOCCHpATFBd7YBs/Zy5zHPxrXh5jb/qC+W4P7V9QJBH3h56roaTqr2t+3d1ooSFi zPtx4gB133LVAPLAzPj7LfqQ4SqMQZSfnQvnrTzvavcr/QnmGxPivICNSZFUJoZf2Z YqQ6GUpi20pVQ==
Am Fri, 12 May 2023 22:34:12 +0200
schrieb Matthias Arndt <marndt@xxxxxxxxxxxxxx>:
> Hello all,
>
> main reason for my recompilation was the following failure. I detected
> it in my older Hatari build from last summer and wanted to see if it is
> fixed now. That does not seem to be the case.
>
> When I start Hatari in fullscreen mode with joystick support enabled,
> e.g. USB gamepad, it seems to work fine and all movements, buttons do
> work.
> If I now toggle fullscreen to windowed mode, the joystick stops
> working. Also reconfiguration to keyboard joystick seems not to work.
>
> This is with the SDL2 backend.
>
> I can confirm the regression as a Hatari binary build in 2021 from my
> backup works ok with the same configuration and game image,
Which version was that 2021 image? Is it working still fine if you check
out that old version from the git repository and recompile it? If so, could
you bisect where it is breaking?
Thomas