mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
GCW0: Remove absolute paths
This commit is contained in:
parent
d1169beed1
commit
732f9582fa
@ -3,7 +3,7 @@
|
||||
cd `dirname $0`
|
||||
|
||||
if [ ! -f $HOME/.scummvmrc ] ; then
|
||||
cp /mnt/ScummVM/scummvmrc $HOME/.scummvmrc
|
||||
cp ./scummvmrc $HOME/.scummvmrc
|
||||
fi
|
||||
|
||||
exec ./scummvm 2>&1 >$HOME/scummvm.log
|
||||
exec ./scummvm
|
||||
|
@ -2,8 +2,8 @@
|
||||
fullscreen=true
|
||||
gfx_mode=1x
|
||||
aspect_ratio=true
|
||||
themepath=/mnt/ScummVM/themes
|
||||
themepath=./themes
|
||||
browser_lastpath=/media
|
||||
extrapath=/mnt/ScummVM/engine-data
|
||||
pluginspath=/mnt/ScummVM/plugins
|
||||
extrapath=./engine-data
|
||||
pluginspath=./plugins
|
||||
joystick=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user