2022-09-04 21:43:37 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Copyright (C) 2021-present - Fewtarius
|
|
|
|
|
|
|
|
. /etc/profile
|
|
|
|
|
|
|
|
ARG=${1//[\\]/}
|
2022-09-26 10:31:56 +00:00
|
|
|
set_audio pulseaudio
|
2022-09-22 23:50:28 +00:00
|
|
|
if [ ! -d "/storage/.config/PCSX2" ]
|
|
|
|
then
|
|
|
|
cp -rf /usr/config/PCSX2 /storage/.config
|
|
|
|
fi
|
2023-02-27 11:55:06 +00:00
|
|
|
@APPIMAGE@ -fastboot -- "${ARG}"
|
2022-09-26 10:31:56 +00:00
|
|
|
set_audio alsa
|