distribution/packages/games/emulators/PPSSPPSDL/sources/start_PPSSPPSDL.sh

10 lines
177 B
Bash
Raw Normal View History

2022-02-05 14:23:32 +00:00
#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present - Fewtarius
. /etc/profile
ARG=${1//[\\]/}
export SDL_AUDIODRIVER=alsa
2023-01-01 20:19:02 +00:00
PPSSPPSDL "$ARG"