mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
cleanup unneeded TODOs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user