distribution/packages/games/emulators/pcsx2/sources/start_pcsx2.sh
2022-09-05 08:03:17 -04:00

9 lines
200 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present - Fewtarius
. /etc/profile
ARG=${1//[\\]/}
export SDL_AUDIODRIVER=alsa
${FAST_CORES} pcsx2 --fullscreen "$ARG"