Florin9doi
Florin9doi
You need a USB-C cable : https://github.com/Berny23/LD-ToyPad-Emulator/issues/13#issuecomment-950429589
This is similar with OKOK F0: https://github.com/oliexdev/openScale/blob/8becfc586df95b365559a3677d3604e8abb47010/android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothOKOK.java#L122 but its name seems derived from mac addr: - Name: MM-M02S-**C06B** - Addr: 88:22:b2:02:**c0:6b**
``` sys_usbd: sys_usbd_register_extra_ldd(handle=0x115b, s_product=“lgFF_c283_c299”, slen_product=14, id_vendor=0x046d, id_product_min=0xc283, id_product_max=0xc299) sys_usbd: sys_usbd_register_extra_ldd(handle=0x115b, s_product=“lgFF_ca03_ca03”, slen_product=14, id_vendor=0x046d, id_product_min=0xca03, id_product_max=0xca03) ``` This game doesn't support G27 in its native mode. Same as #16630 #17023
> @Florin9doi On a related note, I've started to implement Logitech Flight Force too. Putting it on usb-pad.cpp to use the already implemented ffb parsing. > Makes sense to move...
The figures are saved with type/id here: https://github.com/RPCS3/rpcs3/blob/81f5be30aa080ead84e32ad7fa27a5552ebdd6bd/rpcs3/rpcs3qt/kamen_rider_dialog.cpp#L234 but are loaded with id/type here: https://github.com/RPCS3/rpcs3/blob/81f5be30aa080ead84e32ad7fa27a5552ebdd6bd/rpcs3/rpcs3qt/kamen_rider_dialog.cpp#L388-L389
The icons are mainly useful to assist the people which are not familiar with a controller layout to bind the buttons. Adding icons for the devices with no bindings (mics/cams/storage)...
Whitelisting the G29 is unlikely to resolve anything because the majority of PS3 games were released before G29 and they are unable to use it's native mode.