libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.7k stars 288 forks source link

Gamecon module is not enabled in the latest Lakka Development builds #1945

Closed BDJoe360 closed 2 months ago

BDJoe360 commented 3 months ago

Since Nightly builds (Generic.x86_64) has not been updated for a long time, only Development builds (Generic.x86_64) can be used for the time being. However, I found that this version of LAKKA does not have a Gamecon module, and I hope to add it to it.

     Thank you!
BDJoe360 commented 3 months ago

Also, the new Development builds (Lakka-Generic.x86_64-devbuild-v5.x-20240317-95029ef.img.gz) seems to have a problem with Chinese Simplified, and I still get garbled after I choose Chinese font, is it wrong for me to set it up?

gouchi commented 3 months ago

Related commits 1 2.

Also, the new Development builds (Lakka-Generic.x86_64-devbuild-v5.x-20240317-95029ef.img.gz) seems to have a problem with Chinese Simplified, and I still get garbled after I choose Chinese font, is it wrong for me to set it up?

You should open another issue for this one. Thank you.

ToKe79 commented 2 months ago

those options are enabled during build: https://github.com/libretro/Lakka-LibreELEC/blob/7a8c0735103ff998d978638c0c424e3ccac0d4f0/packages/linux/package.mk#L194-L206

I also checked the resulting .config file and the options are present:

image

image

gouchi commented 2 months ago

@BDJoe360 Can you make a test with latest and confirm it is working ?

Thank you.

BDJoe360 commented 2 months ago

OK, I've tested the latest "Lakka-Generic.x86_64-devbuild-v5.x-20240407" and I'm working with the Gamecon controller!

BDJoe360 commented 2 months ago

But there is still a small bug: Gamecon PSX The Device Index does not show the correct model of the controller (the original version shows the PSX Controler).

If you use the Xinput handle series with USB interface, it can be displayed normally Xinput It would be better if it could be solved! Thank you.

ToKe79 commented 2 months ago

not sure why the device does not show up with proper name. but at least it works now. next build (20240408) should fix the issue with chinese symbols (we fixed the path for the fonts in configuration of fontconfig).