Skip to content

Commit

Permalink
Fix launch script
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltgit committed Jun 26, 2024
1 parent 0da1890 commit f672f8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Emus/N64/mupen64plus_wide.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh
echo $0 $*
#!/bin/sh
echo $0 $*
source /mnt/SDCARD/System/usr/trimui/scripts/FolderOverrideFinder.sh
RA_DIR=/mnt/SDCARD/RetroArch
EMU_DIR=/mnt/SDCARD/Emus/N64
Expand Down Expand Up @@ -35,7 +33,7 @@ ROM_OPT="$MUPEN_DIR/$ROM_NAME.opt"
# Check if the destination files exist
if [ ! -f "$ROM_CFG" ] && [ ! -f "$ROM_OPT" ]; then
# Copy the configuration files with the new name
cp "$N64_CFG" "$N64_CFG"
cp "$N64_CFG" "$ROM_CFG"
cp "$N64_OPT" "$ROM_OPT"
echo "Copied $N64_CFG to $ROM_CFG"
echo "Copied $N64_OPT to $ROM_OPT"
Expand Down

0 comments on commit f672f8e

Please sign in to comment.