gouchi

Results 383 comments of gouchi

[createlog](https://github.com/libretro/Lakka-LibreELEC/commit/7c034fe482accb283e58f75cecebf73ebe4e1781) could be adapted also to LudOS.

It seems that we have to use also `dtoverlay=vc4-kms-dsi-7inch` ? [Source](https://www.raspberrypi.com/documentation/accessories/display.html#touch-display-device-tree-option-reference)

@BranwonX I am confused is it working or not ? Because of #1973. Thank you.

Hi, Can you provide some debug log following this [documentation](https://docs.libretro.com/development/retroarch/debugging/#gdb-all-platforms) ? At least with ``` git clone https://github.com/libretro/RetroArch.git cd RetroArch ./configure && make DEBUG=1 -j$(nproc) gdb ./retroarch ``` Then enter...

I am sorry, I gave you wrong operation because you did not get a crash in the first place.

@tautologe can you try to compile latest RA and report if the issue fixed ? As @viachaslavic provided a fix. If it is the case, please close this issue. Thank...

It will be nice to have this feature so that AI translation can work with hardware accelerated core.

Hi, Can you give some information about your GPU ? ``` lspci -nnk | grep -A3 VGA glxinfo -B vulkaninfo --summary ``` Thank you.

Since this [PR](https://github.com/libretro/RetroArch/pull/17799), it seems to stop at "[Hardware doesn't support sample rate](https://github.com/libretro/RetroArch/blob/203fff1a1140d5ce052d7cb113e0a448bef2230f/cores/libretro-video-processor/video_processor_v4l2.c#L506)". @kokoko3k Do you get the same error ? @tekdahl Did you succeed to make it work with...