2018-11-15, 17:39
LE add-ons have been bumped. Does it work now? Do you have to force a repo refresh, reinstall add-ons or reinstall LE?
(2018-11-16, 21:48)KOPRajs Wrote: Hi,
here is a patch to change the sort order in the game client selection dialog. This simple modification improves the everyday usability a lot for me so please consider adding it to the master.
http://koprajs.mx-net.cz/kodi-100.01-gam...rder.patch
(2018-11-21, 19:09)aktarus Wrote: Merci pour la réponseI'm using Libreelec to have kodi on my htpc and the libretro compatibility plugin was in the Libreelec repository in game extension section...
But I can't find the games.libretro addons in kodi ...
I tried to search it without any succes ...
I look to find it on internet, I founded it but call an "invalid structure" when I try to install it ...
Where I can find this addon
MERCI !!!
(2018-12-01, 17:00)Alucard63 Wrote: garbear: I finally found time to add a FAQ section un Game Add-On page in the wiki with small description on the solution for me for beetl psx. Guys do not hesitate to update if some other tips are good to be shared.
(2018-12-01, 18:27)garbear Wrote:Hi guys, just had a squiz at the wiki and the info @Alucard63 added..(2018-12-01, 17:00)Alucard63 Wrote: garbear: I finally found time to add a FAQ section un Game Add-On page in the wiki with small description on the solution for me for beetl psx. Guys do not hesitate to update if some other tips are good to be shared.
Thanks! It's a bit buried and is more input-related than game add-on related (could be on a HOW-TO page for input help) and could use a screenshot of the advanced settings page. My time's a bit limited but I can do this in a few weeks. If you beat me to it even better!
Quote:Controller not working in some games?Is not correct, it should read enable "DualShock Analog button toggle". The setting is not that logical I know. but that's how it works at the moment.
Some PSX games don't recognize correctly Analog PSX controller. To solve the issue go to Setting > Adavanced Settings and disable "DualShock Analog button toggle" setting. Your Gamepad should be then recognized correctly.
(2018-06-26, 18:53)garbear Wrote: There is an exception: Some achievements have a "hysteresis". This is a "memory effect", where the achievement depends on previous frames. E.g. to protect against cheating, "Get to level 5" might require the address $0010 to be a 1, then 2, then 3, then 4, then 5, so the user can't load a downloaded savestate and automatically get the achievement.I know this is an old post, but just thought I would point out that there is a new achievements processing engine here that should make integration easier in theory. It takes care of keeping track of previous frame memory and everything. The only problem is the addition of lua as a dependency. In RetroArch this is implemented in the "cheevos-new" folder.
Therefore, the internal state of the achievement engine must become part of the savestate and be saved alongside the emulator's RAM. Not a big deal, it just requires more work on my part to create an archival format to handle both emulator and achievement state.