Skip to content

Instantly share code, notes, and snippets.

@geoffyuen
Last active May 6, 2020 15:57
Show Gist options
  • Select an option

  • Save geoffyuen/ec45e0421a223d2191db5aee52da32cc to your computer and use it in GitHub Desktop.

Select an option

Save geoffyuen/ec45e0421a223d2191db5aee52da32cc to your computer and use it in GitHub Desktop.
Retroarch Tips and Tricks

Retroarch Tips and Tricks

Notes on Retroarch from a Fire TV Stick 4K user. A lot of information here will also be applicable to any platform.

Delete a core

Load the core, then go to information > core information > delete core.

PCSX Rearmed

Render at a higher resolution

  • start a game
  • go back to Retroarch menus
  • Options
  • turn on Enhanced resolution (slow)

Not compatible with:

  • Star Wars: Dark Forces

Change controller (dualshock)

  • Options > Pad 1 Type > standard|analog|dualshock|negcon|none

I have found that some games don't understand the Start button if using dualshock (Wipeout 3).

Multi disc games

Convert to .pbp using PSX2PSP or create an .m3u file with each disc name on it's own line. Load this .m3u file to play the game.

Use the disk management to change disks (drive open/close, change disk index, drive open/close).

Icon for playlists

Change the name of the icon (in assets/xmb/monochrome by default) to match the playlist name. ?

Android

Use External storage for ROMs and bin/cues

For security reasons you should create a folder structure like this example for thumbnails:

/[your_external_drive]/Android/data/com.retroarch/[thumbnail_folder_name]

https://forums.libretro.com/t/android-thumbnails-on-external-storage/19802/15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment