File ppsspp.sh of Package ppsspp-git

#/bin/sh

# going into PPSSPP's data folder in case if it still assumes (in Windows®-style) for it to always be current dir
cd /usr/share/ppsspp || exit 1

# prefer Qt version
if $(which PPSSPPQt > /dev/null); then
	PPSSPPQt "$@"
else
	./PPSSPPSDL "$@"
fi
openSUSE Build Service is sponsored by