Viewing 1 post (of 1 total)
  • Author
    Posts
  • phaseiv
    Participant
    Post count: 1

    Here’s a quick rundown to get the neGcon controller working with Pcsx-Rearmed/RetroPie.

    You’ll need the latest version of the PSX emulator for neGcon support. Update the lr-pcsx-rearmed emulator with the RetroPie Setup menu. Select build from source and wait a couple of minutes till it’s ready.

    Connect the neGcon with a PSX-to-USB Controller Adapter to your Raspberry Pi. If all goes well you will be able to configure the neGcon buttons with emulationstation. Select ‘Configure Input’, assign some buttons (we need to edit the file later) and select OK. Now track down the config file that emulationstation has written for the USB adapter, it should be in /opt/retropie/configs/all/retroarch-joypads/. Edit the file and replace the button layout with this configuration:

    input_start_btn = "9"
    input_r_y_plus_axis = "-1"
    input_r_y_minus_axis = "+1"
    input_r_x_minus_axis = "-0"
    input_r_x_plus_axis = "+0"
    input_l2_axis = "-2"
    input_r_btn = "7"
    input_a_btn = "1"
    input_x_btn = "0"
    input_up_btn = "h0up"
    input_down_btn = "h0down"
    input_left_btn = "h0left"
    input_right_btn = "h0right"
    input_enable_hotkey_btn = 9
    input_menu_toggle_btn = "0"
    input_reset_btn = "h0left"
    input_exit_emulator_btn = "h0up"

    Now for the last step you need to tell the emulator that a neGcon is connected, since it’s not automatically detected. Start a Playstation game and open the RGUI menu, browse to Quick Menu -> Core Options -> Pad 1 Type and select negcon.

    Happy Racing!

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