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

11 lines
222 B
Bash
Raw Normal View History

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present - Fewtarius
. /etc/profile
ARG=${1//[\\]/}
export SDL_AUDIODRIVER=alsa
2022-09-11 21:10:06 +00:00
unset XDG_RUNTIME_DIR
2022-09-05 12:03:17 +00:00
${FAST_CORES} pcsx2 --fullscreen "$ARG"