2022-02-05 14:23:32 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2023-10-24 16:00:57 +00:00
|
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
source /etc/profile
|
|
|
|
|
2023-09-22 02:18:41 +00:00
|
|
|
jslisten set "ppsspp"
|
2022-02-05 14:23:32 +00:00
|
|
|
|
2022-09-16 21:13:51 +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
|