distribution/packages/virtual/emulators/sources/Start PPSSPP.sh

13 lines
318 B
Bash
Raw Normal View History

2022-02-05 14:23:32 +00:00
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
2022-02-05 14:23:32 +00:00
source /etc/profile
jslisten set "ppsspp"
2022-02-05 14:23:32 +00:00
cp -f /storage/.config/SDL-GameControllerDB/gamecontrollerdb.txt /storage/.config/ppsspp/assets/gamecontrollerdb.txt
2022-02-05 14:23:32 +00:00
2023-04-01 22:58:06 +00:00
/usr/bin/ppsspp >/dev/null 2>&1