Coolshrimp Modz | RetroPie Tweaks/Setup for Raspberry Pi 3

RetroPie Tweaks/Setup for Raspberry Pi 3

Everything you need to build and configure your RetroPie emulation setup. Also suitable for Pi 1/2/4/Zero.

HomeGuides indexRaspberry Pi GuidesRetroPie Tweaks/Setup for Raspberry Pi 3

RetroPie on Raspberry Pi 3

RetroPie Tweaks/Setup for Raspberry Pi 3
Install → Load ROMs → Custom Resolution → Controllers

This guide lists how to tweak, adjust, change and set up RetroPie on a Raspberry Pi 3. These steps may also suit the Pi 1 / 2 / 4 / Zero.

Before You Start

Use a good-quality power supply (the official 2.5A/3A unit) — most "random crash" and corruption issues on a Pi are actually under-voltage. If you see a lightning-bolt icon in the corner, your supply or cable is too weak. Always shut down cleanly from the RetroPie menu rather than pulling power, to avoid SD card corruption.

Setup Sections

Expand a section below for step-by-step instructions.

Simple Install (RetroPie onto Raspberry Pi)

Install RetroPie using the Raspberry Pi Imager:

  1. Download the Raspberry Pi Imager and install it.
  2. Launch the Imager → Choose OS → Emulation & Game OS → RetroPie → select the latest version for your Pi model.
  3. Insert your SD card into the PC and choose it under Storage.
  4. Click Write and wait for it to finish and verify.
  5. Insert the SD card into your Raspberry Pi and boot — it starts straight into RetroPie.
Note

On first boot RetroPie asks you to hold a button on your controller to configure the inputs. If you skip a button, hold any button on the last prompt to finish — you can redo the mapping any time from Start → Configure Input.

Prefer a manual image? Grab it from the official RetroPie downloads page and write it with the Imager's Use custom option.

Enable Loading ROMs from USB

Load your games from a USB stick instead of the SD card:

  1. Format a USB stick as FAT32.
  2. Create an empty folder named retropie on the root of the stick.
  3. Plug it into the Pi and wait ~1 minute — RetroPie builds the folder structure automatically.
  4. Move the stick back to your PC and copy your ROMs into retropie/roms/<system> (e.g. retropie/roms/snes).
  5. Plug it back into the Pi, wait for it to sync, then restart EmulationStation.

Full details in the official RetroPie guide: Running ROMs from a USB drive.

Use a Custom Resolution

To get a 1:1 ratio on the screen, set your resolution in /boot/config.txt. Exit EmulationStation (Select → Quit → Quit EmulationStation) then run sudo nano /boot/config.txt, or edit config.txt on the boot partition using a card reader (editable in Windows).

  • Remove the # before hdmi_force_hotplug=1
  • Remove the # before hdmi_group and set it to 2
  • Remove the # before hdmi_mode and set it to 87 (custom HDMI mode)
  • Add hdmi_cvt=1024 600 60 (or set it to your resolution and refresh rate — this example is 1024Ɨ600 @ 60Hz)
  • Reboot.

Your final config lines should look like:

hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt=1024 600 60

Credits: thanks to pixel.red.

Recommended Controllers & Add-ons

USB Controllers: NES Controller | SNES USB Controllers | Sega Controller | N64 Controller

Wireless Controllers: NES Controller | SNES USB Controllers

Other Add-ons: USB Sticks | Micro SD Cards

As an Amazon affiliate I may earn a small kickback off purchases from these links.

Downloads & Links

RetroPie build

Advertisement

Similar Guides

A Guide to Diagnosing a Slow Windows PC

Track down what's slowing your PC — Task Manager, startup programs, disk health, malware checks and more, step by step.

2
How to Convert MBR to GPT on Windows 10

Convert your disk from MBR to GPT with Microsoft's built-in mbr2gpt tool — no reinstall, no data loss — and switch to UEFI boot.

3
CO2 Laser Setup and Tips for Beginners

First-use setup, material tests and ramp tests to dial in your CO2 laser for clean cutting and engraving — plus essential safety tips.

2
Complete Wii Modding Guide (Wilbrand)

The full Wii softmod, start to finish: Wilbrand exploit → Homebrew Channel → BootMii NAND backup → Priiloader → cIOS → USB game loading.

3