Skip to content

Commit 671d95b

Browse files
author
Richard Siomporas
committed
Got it working on NVIDIA
1 parent 5f41507 commit 671d95b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

addons.cfg

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
#Modules you wish to install as part of your setup
44

5-
export opt=("basilisk" "dgen" "dosbox" "hatari" "linapple" "openmsx" "osmose" "ppsspp" "reicast" "scummvm" "simcoupe" "stella" "stratagus" "vice" "zesarux" "lr-beetle-lynx" "lr-beetle-psx" "lr-beetle-vb" "lr-beetle-wswan" "lr-bluemsx" "lr-bsnes" "lr-fbalpha2012" "lr-fmsx" "lr-freeintv" "lr-gw" "lr-mame2010" "lr-mrboom" "lr-nxengine" "lr-o2em" "lr-parallel-n64" "lr-ppsspp" "lr-prboom" "lr-snes9x" "lr-tgbdual" "lr-tyrquake" "alephone" "cannonball" "darkplaces-quake" "dxx-rebirth" "eduke32" "kodi" "lincity-ng" "love-0.10.2" "love" "micropolis" "openpht" "openttd" "opentyrian" "sdlpop" "smw" "solarus" "supertux" "tyrquake" "uqm" "wolf4sdl" "scraper" "skyscraper")
6-
export driver=("ps3controller" "sixaxis""steamcontroller" "xboxdrv" "xpad")
7-
export exp=("dolphin" "dosbox-sdl2" "fs-uae" "minivmac" "px68k" "quasi88" "residualvm" "sdltrs" "ti99sim" "xm7" "lr-4do" "lr-81" "lr-beetle-pcfx" "lr-beetle-saturn" "lr-desmume2015" "lr-desmume" "lr-dinothawr" "lr-dolphin" "lr-dosbox" "lr-flycast" "lr-freechaf" "lr-hatari" "lr-kronos" "lr-mame2003-plus" "lr-mame2015" "lr-mame2016" "lr-mame" "lr-mess2016" "lr-mess" "lr-muppen64plux-next" "lr-np2kai" "lr-pokemini" "lr-puae" "lr-px68k" "lr-quasi88" "lr-redream" "lr-scummvm" "lr-superflappybirds" "lr-vice" "lr-virtualjaguar" "lr-x1" "lr-yabause" "abuse" "bombermaaan" "cdogs-sdl" "cgenius" "digger" "gemrb" "ioquake3" "jumpnbump" "mysticmine" "openblok" "splitwolf" "srb2" "yquake2" "attractmode" "emulationstation-dev" "launchingimages" "mehstation" "mobilegamepad" "pegasus-fe" "retropie-manager" "skyscraper")
5+
export opt=()
6+
export driver=()
7+
export exp=()
8+
#export opt=("basilisk" "dgen" "dosbox" "hatari" "linapple" "openmsx" "osmose" "ppsspp" "reicast" "scummvm" "simcoupe" "stella" "stratagus" "vice" "zesarux" "lr-beetle-lynx" "lr-beetle-psx" "lr-beetle-vb" "lr-beetle-wswan" "lr-bluemsx" "lr-bsnes" "lr-fbalpha2012" "lr-fmsx" "lr-freeintv" "lr-gw" "lr-mame2010" "lr-mrboom" "lr-nxengine" "lr-o2em" "lr-parallel-n64" "lr-ppsspp" "lr-prboom" "lr-snes9x" "lr-tgbdual" "lr-tyrquake" "alephone" "cannonball" "darkplaces-quake" "dxx-rebirth" "eduke32" "kodi" "lincity-ng" "love-0.10.2" "love" "micropolis" "openpht" "openttd" "opentyrian" "sdlpop" "smw" "solarus" "supertux" "tyrquake" "uqm" "wolf4sdl" "scraper" "skyscraper")
9+
#export driver=("ps3controller" "sixaxis""steamcontroller" "xboxdrv" "xpad")
10+
#export exp=("dolphin" "dosbox-sdl2" "fs-uae" "minivmac" "px68k" "quasi88" "residualvm" "sdltrs" "ti99sim" "xm7" "lr-4do" "lr-81" "lr-beetle-pcfx" "lr-beetle-saturn" "lr-desmume2015" "lr-desmume" "lr-dinothawr" "lr-dolphin" "lr-dosbox" "lr-flycast" "lr-freechaf" "lr-hatari" "lr-kronos" "lr-mame2003-plus" "lr-mame2015" "lr-mame2016" "lr-mame" "lr-mess2016" "lr-mess" "lr-muppen64plux-next" "lr-np2kai" "lr-pokemini" "lr-puae" "lr-px68k" "lr-quasi88" "lr-redream" "lr-scummvm" "lr-superflappybirds" "lr-vice" "lr-virtualjaguar" "lr-x1" "lr-yabause" "abuse" "bombermaaan" "cdogs-sdl" "cgenius" "digger" "gemrb" "ioquake3" "jumpnbump" "mysticmine" "openblok" "splitwolf" "srb2" "yquake2" "attractmode" "emulationstation-dev" "launchingimages" "mehstation" "mobilegamepad" "pegasus-fe" "retropie-manager" "skyscraper")
811
#"pcsx2"
912

quick_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ echo "docker container rm \$container_name" >> $artifacts_path/run-retropie.sh
5656
echo "" >> $artifacts_path/run-retropie.sh
5757
echo "docker run -it --rm --name=retropie \\" >> $artifacts_path/run-retropie.sh
5858
echo " --privileged \\" >> $artifacts_path/run-retropie.sh
59+
echo " --gpus all \\" >> $artifacts_path/run-retropie.sh
5960
echo " -e DISPLAY=unix:0 -v /tmp/.X11-unix:/tmp/.X11-unix \\" >> $artifacts_path/run-retropie.sh
6061
echo " -e PULSE_SERVER=unix:/run/user/1000/pulse/native \\" >> $artifacts_path/run-retropie.sh
6162
echo " -v /run/user/1000:/run/user/1000 \\" >> $artifacts_path/run-retropie.sh

0 commit comments

Comments
 (0)