- This topic has 0 replies, 1 voice, and was last updated 9 years, 10 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.
On July 30, 2025, the U.S. Executive Order “Suspending Duty-Free De Minimis Treatment For All Countries” came into effect. This removes the previous duty exemption for low-value packages and introduces new procedural requirements that are still being defined by U.S. Customs and the United States Postal Service. In response, DHL has announced a temporary halt to standard postal parcel shipments into the U.S. and Puerto Rico. Dismiss
Skip to contentHomepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Wipe the dust from your neGcon controller! It’s working!
Tagged: neGcon controller racing wipeout
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!