summaryrefslogtreecommitdiff
blob: e2a6b03e5948aa8eca4de85f2c2306dd7daa70ec (plain)
1
2
3
4
5
6
7
8
9
10
#!/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 "$@"