cleanup unneeded TODOs

This commit is contained in:
Noxwell
2026-01-17 04:44:37 -06:00
parent 235ba10a7f
commit a22e5d9fbd

View File

@@ -2,18 +2,11 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2022-present JELOS (https://github.com/JustEnoughLinuxOS)
#Set mupen64-plus-sa config for RG DS
#TODO
#Set drastic-sa config for RG DS
if [ ! -d "/storage/.config/drastic" ]; then
mkdir -p "/storage/.config/drastic"
cp -r "/usr/config/drastic" "/storage/.config/"
cp -r "/usr/config/drastic" "/storage/.config/"
fi
if [ -f "/storage/.config/drastic/config/drastic.cfg.rgds" ]; then
rm /storage/.config/drastic/config/drastic.cfg
mv /storage/.config/drastic/config/drastic.cfg.rgds /storage/.config/drastic/config/drastic.cfg
cp /storage/.config/drastic/config/drastic.cfg.rgds /storage/.config/drastic/config/drastic.cfg
fi
#Map ppsspp controls
#TODO