![]() |
How to change PS1 controller? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: How to change PS1 controller? (/showthread.php?tid=339054) |
How to change PS1 controller? - fux0r - 2019-01-05 Hi I have tried some games and many won't recognize any input at all. For example: Theme Hospital, Rayman and probably most earlier games (pre-DualShock). Newer games seem to work just fine (e.g. Kula World). I haven't found a way to change the controller model in the Kodi GUI. Am I just blind? Right now I have to adjust /storage/.kodi/addons/game.libretro.pcsx-rearmed/resources/settings.xml for each game. There has to be an easier way?! I'm using game.libretro.pcsx-rearmed because beetle is unplayable (low fps) on my system (odroid c2) My current settings.xml for older games: Code: <setting label="30010" type="select" id="pcsx_rearmed_pad1type" values="default|none|standard|analog|dualshock|negcon" default="analog"/> RE: How to change PS1 controller? - garbear - 2019-01-05 No need to hand-modify XML, you can access these settings from the in game menu - Settings -> Advanced settings. RE: How to change PS1 controller? - fux0r - 2019-01-05 Found it, thanks. I thought i had to select the controller here: game menu -> Settings -> Controls RE: How to change PS1 controller? - fux0r - 2019-01-07 Just FYI, I have the same problem as described here: https://github.com/kodi-game/game.libretro.pcsx-rearmed/issues/13 Need to start pcsx-rearmed without a bios once, then copy bios files and it'll work. Otherwise it's crashing. |