distribution/packages/games/emulators/pcsx2sa/sources/start_pcsx2.sh
2023-01-01 15:19:02 -05:00

14 lines
278 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present - Fewtarius
. /etc/profile
ARG=${1//[\\]/}
set_audio pulseaudio
if [ ! -d "/storage/.config/PCSX2" ]
then
cp -rf /usr/config/PCSX2 /storage/.config
fi
@APPIMAGE@ -fastboot -- "$ARG"
set_audio alsa