Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11531
    tolind
    Participant

    How can I change a setting for button on adapter? I want to click just one to simulate ESC…
    Thanks

    #11593
    petrockblog
    Keymaster

    Until now this behavior is hard-coded. You would need to edit and recompile SNESDev yourself. You can find the critical code section at https://github.com/petrockblog/SNESDev-RPi/blob/master/src/SNESDev.c#L294.
    Without having it tested I would guess that you could replace KEY_R by KEY_ESC to achieve what you want.

    #11654
    tolind
    Participant

    Thank you for your reply… I will try :) and whitch command I should use to open src file? When I writed ls command I didn´t see this file.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.