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