LSDJ on MintyPI
Posted: Wed Jul 17, 2019 4:58 am
I'm trying to get LSDJ to work in the Gameboy emulator, but it uses select + arrow keys to move between different pages. On the MintyPi (and I assume retroarch/RetroPie in general) it uses this to select between different save states instead so I can't use LSDJ.
So far I've tried adding a lsdj.gb.cfg in the same directory as the rom with:
in it to remap this function to the shoulder buttons, and I can see the above when I select "Edit custom retroarch config" in the launch options, but the config stays the same and I still can't use LSDJ. Please be advised that I'm not a super expert at raspberry pi stuff so I apologise if this is something super easy that I'm missing.
Any ideas?
So far I've tried adding a lsdj.gb.cfg in the same directory as the rom with:
Code: Select all
input_state_slot_increase_btn = "h"
input_state_slot_decrease_btn = "g"
Any ideas?