Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2021-08-28, 09:54)domb84 Wrote: Here's the logs from launching a game in PCSXReArmed. No controls work during this, even thought the context menu can be brought up using the controller and you can configure the mappings during the game.

https://paste.kodi.tv/huxuwiyasi.kodi

This looked telling:

bash:


2021-08-28 07:51:22.293 T:934 INFO <general>: AddOnLog: game.libretro.pcsx-rearmed: port: 1 device: none 2021-08-28 07:51:22.294 T:934 INFO <general>: AddOnLog: game.libretro.pcsx-rearmed: port: 2 device: none

but its only shown on exit
 
(2021-09-15, 07:08)Wintermute0110 Wrote: That looks to be a Retroplayer problem and not AEL's. I'm sorry I cannot help you.

I posted a solution here: https://github.com/kodi-game/game.libret...-939347522

Basically, you need to replace PCSCReArmed's topology.xml file with these contents:
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<logicaltopology>
    <port type="controller" id="1">
        <accepts controller="game.controller.ps.gamepad"/>
    </port>
    <port type="controller" id="2">
        <accepts controller="game.controller.ps.gamepad"/>
    </port>
</logicaltopology>
Reply


Messages In This Thread
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by garbear - 2021-10-11, 01:37
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12