Skip to content

Instantly share code, notes, and snippets.

@bryanwillis
Last active May 1, 2019 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanwillis/0f065ede604d6c06321c3235d920483e to your computer and use it in GitHub Desktop.
Save bryanwillis/0f065ede604d6c06321c3235d920483e to your computer and use it in GitHub Desktop.
# sudo nano /boot/config.txt
#Overclock Settings
arm_freq=1350
over_voltage=6
temp_limit=80
core_freq=500
#GPU Based
h264_freq=333
avoid_pwm_pll=1
gpu_mem=450
v3d_freq=500
#Ram Overclock
sdram_freq=588
sdram_schmoo=0x02000020
over_voltage_sdram_p=6
over_voltage_sdram_i=4
over_voltage_sdram_c=4
#Sound Fix
hdmi_drive=2
#SD Overclock
dtoverlay=sdhost,overclock_50=100
#dtoverlay=sdtweak,overclock_50=100
https://ls80.github.io/script.openelec.rpi.config/
https://raw.githubusercontent.com/OpenELEC/OpenELEC.tv/9eb5b61ccd48de993eff36f2a995ffdc4e3a9779/packages/linux-firmware/bcm2835-firmware/files/3rdparty/bootloader/config.txt
# Overclock
arm_freq=1275
core_freq=500
over_voltage=4
temp_limit=80
sdram_freq=575
sdram_schmoo=0x02000020
over_voltage_sdram_p=6
over_voltage_sdram_i=4
over_voltage_sdram_c=4
v3d_freq=500
h264_freq=333
gpu_mem=256
avoid_pwm_pll=1
force_turbo=0
initial_turbo=0
# Overclock SD
dtparam=sd_overclock=80
# Overscan
overscan_scale=0
disable_overscan=0
overscan_left=0
overscan_right=0
overscan_top=0
overscan_bottom=0
# Force HDMI even if unplugged or powered off
hdmi_force_hotplug=0
# Avoids bringing CEC (enabled TV) out of standby and channel switch when rebooting.
hdmi_ignore_cec_init=0
# Enable ARMv8 on RPi3B
#arm_control=0x200
echo "performance" |sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
# sudo nano /opt/retropie/configs/n64/mupen64plus.cfg or /opt/retropie/configs/all/retroarch-core­-options.cfg
mupen64-gfxplugin = "glide64"
mupen64-gfxplugin-accuracy = "high"
mupen64-screensize = "640x480"
mupen64-virefresh = "2200"
mupen64-framerate = "fullspeed"
mupen64-cpucore = "dynamic_recompiler"
mupen64-astick-deadzone = "15"
mupen64-pak1 = "none"
mupen64-pak2 = "none"
mupen64-pak3 = "none"
mupen64-pak4 = "none"
mupen64-disable_expmem = "enabled"
mupen64-rspplugin = "auto"
mupen64-filtering = "automatic"
mupen64-polyoffset-factor = "-3.0"
mupen64-polyoffset-units = "-3.0"
mupen64-angrylion-vioverlay = "disabled"
mupen64-audio-buffer-size = "2048"
mupen64-bufferswap = "on"
mupen64-vcache-vbo = "off"
# sudo nano /opt/retropie/configs/all/retroarch.cfg
video_hard_sync = true
video_hard_sync_frames = 3
video_frame_delay = 5

pi@retropie:~ $ /opt/retropie/emulators/mupen64plus/bin/mupen64plus.sh mupen-video-rice /RetroPie/roms/n64/MARIOKART64.n64

auto lo
iface lo inet loopback
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "HOME-75B7"
wpa-psk "941179B3D03B52A4"
$ control + x
$ y
$ Enter
$ sudo service networking reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment