Alexandre Julliard pushed to branch master at wine / wine
Commits: aa1b8c0a by Tyson Whitehead at 2025-08-18T17:24:10+02:00 joy.cpl: Use correct interface for effect AddRef call.
- - - - - 9c62df0c by Tyson Whitehead at 2025-08-18T17:24:12+02:00 joy.cpl: Remove needless device caps retrieval.
- - - - - fc1a890d by Tyson Whitehead at 2025-08-18T17:24:13+02:00 joy.cpl: Remove incorrect DIEP_TYPESPECIFICPARAMS flag usage.
This flag is for passing to Get/SetParameters. It is not a valid setting for the DIEFFECT dwFlags member according to the docs.
Type specific parametrs are indicated by cbTypeSpecificParameters being not 0 and lpvTypeSpecificParametrs being non-NULL.
- - - - - 8a157407 by Tyson Whitehead at 2025-08-18T17:24:15+02:00 joy.cpl: Cleanup selected device Acquire / Unacquire logic.
- - - - - 2e1bde62 by Rémi Bernon at 2025-08-18T17:24:16+02:00 joy.cpl: Read the device state when getting selected effect.
- - - - - feb1b74d by Tyson Whitehead at 2025-08-18T17:24:17+02:00 joy.cpl: Fix effect axes / direction in SetParameters call.
- - - - - bb8e936a by Tyson Whitehead at 2025-08-18T17:26:30+02:00 joy.cpl: Avoid restarting effect while button is pressed.
- - - - - 02673657 by Tyson Whitehead at 2025-08-18T17:26:30+02:00 joy.cpl: Turn off autocenter for every device on creation.
It makes it hard to feel some effects.
- - - - - 8c680dc3 by Tyson Whitehead at 2025-08-18T17:26:30+02:00 joy.cpl: Add specific parameters based on type and not effect GUID.
Wore general as will apply type specific parametrs to all effects that are of the given type and not just specific types.
- - - - -
52 changed files:
- dlls/joy.cpl/dinput.c - dlls/joy.cpl/joy.rc - po/ar.po - po/ast.po - po/bg.po - po/ca.po - po/cs.po - po/da.po - po/de.po - po/el.po - po/en.po - po/en_US.po - po/eo.po - po/es.po - po/fa.po - po/fi.po - po/fr.po - po/he.po - po/hi.po - po/hr.po - po/hu.po - po/it.po - po/ja.po - po/ka.po - po/ko.po - po/lt.po - po/ml.po - po/nb_NO.po - po/nl.po - po/or.po - po/pa.po - po/pl.po - po/pt_BR.po - po/pt_PT.po - po/rm.po - po/ro.po - po/ru.po - po/si.po - po/sk.po - po/sl.po - po/sr_RS@cyrillic.po - po/sr_RS@latin.po - po/sv.po - po/ta.po - po/te.po - po/th.po - po/tr.po - po/uk.po - po/wa.po - po/wine.pot - po/zh_CN.po - po/zh_TW.po
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/39c5ca482c4f7dc1275657cc87d2b4...