9 lines
191 B
Bash
Executable file
9 lines
191 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} PPSSPPSDL "$ARG"
|