distribution/packages/games/emulators/PPSSPPSDL/sources/start_PPSSPPSDL.sh

10 lines
191 B
Bash
Raw Normal View History

2022-02-05 14:23:32 +00:00
#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present - Fewtarius
. /etc/profile
ARG=${1//[\\]/}
export SDL_AUDIODRIVER=alsa
${FAST_CORES} PPSSPPSDL "$ARG"