Merge pull request #591 from Azelphur/master

Fix PCSX2-linux.sh argument passing
This commit is contained in:
Gregory Hainaut 2015-06-07 23:15:42 +02:00
commit 649b46bdfe
1 changed files with 1 additions and 1 deletions

View File

@ -70,4 +70,4 @@ then
fi
# And finally launch me
LD_LIBRARY_PATH="$MY_LD_LIBRARY_PATH" __GL_THREADED_OPTIMIZATIONS=1 $DIR/PCSX2 $@
LD_LIBRARY_PATH="$MY_LD_LIBRARY_PATH" __GL_THREADED_OPTIMIZATIONS=1 $DIR/PCSX2 "$@"