distribution/packages/games/emulators/pcsx2sa/sources/start_pcsx2.sh

15 lines
280 B
Bash
Raw Normal View History

#!/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
2023-02-27 02:56:16 +00:00
@APPIMAGE@ -fastboot -- "${AR}G"
set_audio alsa