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 12:22:55 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1684066977; bh=VVspjSOdxVJ7kAEGHGYIzILmoN4f2YwV2rDvtuCENwk=; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=Awh17qidcr7rM8t3duPV1IFvtIw/U4CLCJr34BmQLlVPCfWkKHnmEplDvKzNphiRp RqAoDaEJqUs2V+HlOnDkZyAqUdCvBhdhdcmoHy/t3y2dOuAHhp/mwZXm/Wz3ypczs+ TAqJRPFn/w0n52CHzcMq9uTfn5RYClJKG58BW7F9taoe3gHqQRGWq9UH1nL4b0LiRX Nkudp0MzEoyYEXwb8l8PKJTEhvOmxj4bht9ZJv+cUHeKR248pXaVbbCGj6ww8MALPT DTCEG2WRcm1vPe3HxdvpS0Yy6XVT8Xf42IySc99acrDPOyF8vWovoKnGKZYT3kDwqA INsSzbN4f0gOg==
Am Sun, 14 May 2023 14:11:24 +0200
schrieb Matthias Arndt <marndt@xxxxxxxxxxxxxx>:
> Am Sun, 14 May 2023 08:58:19 +0000
> schrieb Thomas Huth <th.huth@xxxxxxxxx>:
>
> > 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.
....
> $ /opt/hatari/bin/hatari-2021-05-12 --help
>
> Hatari v2.4.0-devel (May 12 2021) - the Atari ST, STE, TT and Falcon
> emulator.
>
> I normally attempt compiling in the evenings including updated sources
> so I would try baselines around that.
>
> I would guess my build back then used this commit as I cannot find one
> closer to my compile date:
> https://git.tuxfamily.org/hatari/hatari.git/commit/?id=094cd3acf76c7b52da28be18d3caf78d8fb5e3eb
I don't see that much joystick related changes in the history, the only one
was Eero's joystick update from commit 818b5a315ebc8fc641 up to commit
003147861b52029a16 ...
Could you maybe try the commit 092788cf57f7db47442c278d1e65bc4ed8358884
(which was immediately before these changes have been included), and see
whether that is still working as expected?
Thomas