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

10 lines
200 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-05 12:03:17 +00:00
${FAST_CORES} pcsx2 --fullscreen "$ARG"