You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/nestopia/files/nestopia

11 lines
331 B

#!/bin/sh
# create dir and copy files, if needed
[ ! -d ~/.nestopia ] && mkdir ~/.nestopia
[ ! -f ~/.nestopia/nstcontrols ] && cp "%GAMES_DATADIR%/nestopia/nstcontrols" ~/.nestopia/
[ ! -f ~/.nestopia/NstDatabase.xml ] && cp "%GAMES_DATADIR%/nestopia/NstDatabase".xml ~/.nestopia/
# wrap around the emu
exec nestopia.bin "$@"