gouchi

Results 383 comments of gouchi

Hi, Is it still an issue using latest [stable](https://buildbot.libretro.com/stable) or [nightly](https://buildbot.libretro.com/nightly/windows/x86_64/) ? Thank you. Kind regards,

@Augusto7743 @jlvandusen Is it still an issue or can we close this issue ? Thank you.

You might try to open an [issue upstream](https://github.com/tom-seddon/b2/issues) requesting first if they will be interested in Libretro port ? [Documentation](https://docs.libretro.com/development/cores/developing-cores/)

Hi, According to this [thread](https://lore.kernel.org/netdev/[email protected]/), we will need this patch ``` diff --git a/drivers/net/ethernet/realtek/r8169_main.c b/drivers/net/ethernet/realtek/r8169_main.c index fc8e6771e..2c91ce847 100644 --- a/drivers/net/ethernet/realtek/r8169_main.c +++ b/drivers/net/ethernet/realtek/r8169_main.c @@ -2227,6 +2227,8 @@ static enum mac_version rtl8169_get_mac_version(u16...

Yes it will be available for next major update. @ToKe79 @Ntemis Do you think we could add this patch for Lakka 6.x in the time being ? Thank you.

Hi, I got this log in debug, for RA I used ` ./configure --disable-qt && DEBUG=1 make -j$(nproc)` and Flycast `cmake -DLIBRETRO=on -DCMAKE_BUILD_TYPE=Debug ..` ``` #0 fault_handler (sn=11, si=0x7fffffffbf70, segfault_ctx=0x7fffffffbe40)...

I am running Arch (updated) with RA from latest commit [fc1acf4](https://github.com/libretro/RetroArch/tree/fc1acf4d6cbf7c7a9f5cac6dd3e9f7badaca0988) and Flycast latest from main branch [bf2bd7e](https://github.com/flyinghead/flycast/commit/bf2bd7efed41e9f3367a764c2d90fcaa9c38a1f9).

On Linux using udev, we could use the `uniq` attribute (which is persistent) as it seems the `serial` is the same per device type ``` udevadm info -a /sys/devices/XXX/inputX --no-pager...

Hi, There is a new feature with this PR ["Extend autoconfig matching with a physical identifier"](https://github.com/libretro/RetroArch/pull/18190) . I think it could help your case. It will be available in next...

Hi @fekir, IIUC you will need to modify the joypad autoconfig file by adding ` input_phys = "XXX"` You can get the information by running RA in [debug log](https://docs.libretro.com/guides/generating-retroarch-logs/#generating-logs) and...