When using native xinput in WRC9, vccorlib is needed to make sure xinput doesn't crash.
--
v2: wincorlib: Add stub for platform_details_uninit_data.
wincorlib: Add stub for platform_details_init_data.
vccorlib140: Add stub dll.
wincorlib: Add stub dll.
https://gitlab.winehq.org/wine/wine/-/merge_requests/3334
--
v2: winebus: Use hid_device_add_gamepad in the evdev backend.
winebus: Introduce a new hid_device_add_gamepad helper.
winebus: Emulate some gamepad buttons in the evdev backend.
winebus: Introduce a new set_abs_axis_value helper.
winebus: Return error status if SDL is disabled.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8732