RetroPie-Setup
RetroPie-Setup copied to clipboard
Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
`%ROM%` appears to be quoted for no reason when empty. I'm creating custom ports as follows: ``` addPort "${md_id}-${part}" "${md_id}-${part}" "Default game ${part}" "pushd $datadir; $bindir/binary %ROM%; popd" ... addPort...
Standalone version using the (archived) repo. Draft as there's some issue: 1. GUI (escape key) is not navigable on the keyboard for me - i'm unable to get to the...
Screen is rotated with xrandr left at boot time on this system (nintendo switch) Retropie incorrectly populates the /dev/shm/retroarch.cfg with ```video_refresh_rate = "60" video_fullscreen = "true" video_fullscreen_x = "720" video_fullscreen_y...
This PR adds I.K.E.M.E.N GO as a scriptmodule. See [the posts on this thread on the RetroPie forums](https://retropie.org.uk/forum/topic/28055/i-k-e-m-e-n-go-on-raspberry-pi-4) for more technical details. [I.K.E.M.E.N GO](https://github.com/Windblade-GR01/Ikemen-GO) is an open-source clone of the...
If an entry log_dir is made in /opt/retropie/configs/all/runcommand.cfg it will be used by runcommand for saving runcommand.log/runcommand.info files instead of the default /dev/shm #3554
Install script for Rigelengine made by lethal-guitar, who also looked over and cleaned up the script a little. He also tested it on a Pi3 since I only have a...
The banner dialog is rendered in some emulators as framebuffer garbage. It occurs most prominently in amiberry, where it occurs after the emulator has launched just before the whdload screen,...
I've posted many times on the forum about this issue, but I've still got no answer so here I am. I can't connect to netplay rooms with Retropie despite running...
`/dev/shm` isn't traditionally the location to dump data to. On some environments it may not be available (it is after all an in-memory shared location). Please enable logs to be...
Empty %ROM% tokens will cause parameter issues for binaries that do not handle empty quoting without a parameter. In some circumstances this makes sense - the binary has a sensible...