From a22e5d9fbd5ef4e1c14953a0d58eddc199fa64d7 Mon Sep 17 00:00:00 2001 From: Noxwell Date: Sat, 17 Jan 2026 04:44:37 -0600 Subject: [PATCH] cleanup unneeded TODOs --- .../quirks/devices/Anbernic RG DS/050-game_configs | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/projects/ROCKNIX/packages/hardware/quirks/devices/Anbernic RG DS/050-game_configs b/projects/ROCKNIX/packages/hardware/quirks/devices/Anbernic RG DS/050-game_configs index fac783d5a2..8cdd238d2e 100755 --- a/projects/ROCKNIX/packages/hardware/quirks/devices/Anbernic RG DS/050-game_configs +++ b/projects/ROCKNIX/packages/hardware/quirks/devices/Anbernic RG DS/050-game_configs @@ -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 \ No newline at end of file