From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dmta0017.nifty.com (mta-snd00001.nifty.com [106.153.226.33]) by sourceware.org (Postfix) with ESMTPS id 302663858C5F for ; Thu, 5 Oct 2023 14:12:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 302663858C5F Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from HP-Z230 by dmta0017.nifty.com with ESMTP id <20231005141252725.LQFJ.61751.HP-Z230@nifty.com>; Thu, 5 Oct 2023 23:12:52 +0900 Date: Thu, 5 Oct 2023 23:12:52 +0900 From: Takashi Yano To: cygwin@cygwin.com Cc: risingpower@gmx.de Subject: Re: SDL2: Gamepads stopped working Message-Id: <20231005231252.d3c9123f7c2c85b5d9fe8bb6@nifty.ne.jp> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 5 Oct 2023 15:07:54 +0200 risingpower wrote: > On 03.10.2023 14:26, Takashi Yano wrote: > > This is because SDL_mmjoystick.c is removed from the source tree > > of upstream since 2.0.18. > > > > Now I am trying to enable SDL_dinputjoystick.c or SDL_xinputjoystick.c > > instead. Hopefully it will work again in 2.28.4. > > > > I compiled SDL 2.28.4 and XInput gamepads work again. (XBOX360 controller) > HID gamepads do NOT work. I guess they did not work when I did the tests > 2 years ago. I guess DirectInput is necessary for that gamepads. I will release SDL2 2.28.4-1 (TEST) package shortly, where both dinput and xinput are enabled. Could you please test? -- Takashi Yano