Skip to content

Commit

Permalink
don't run cores in verbose + simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Nov 14, 2023
1 parent 9433357 commit 463e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/miyoo/scripts/genimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if test -d "${BINARIES_DIR}/retroarch";then
CORE_NAME="$(echo "${CORE_FILE}" | sed 's/_libretro.so//g')"
CORE_SCRIPT="${CORE_NAME}.sh"
touch $RA_WDIR/"${CORE_SCRIPT}"
echo -e "#!/bin/sh\n/mnt/emus/retroarch/retroarch -v -L /mnt/.retroarch/cores/${CORE_FILE} \"\$1\"" > $RA_WDIR/"${CORE_SCRIPT}"
echo -e "#!/bin/sh\n/mnt/emus/retroarch/retroarch -L ${CORE_FILE} \"\$1\"" > $RA_WDIR/"${CORE_SCRIPT}"
# RA_LDIR="${BINARIES_DIR}/main/gmenu2x/sections/cores"
# CORE_LINK="blank.${CORE_NAME}.ra"
# touch $RA_LDIR/"${CORE_LINK}"
Expand Down

0 comments on commit 463e5b3

Please sign in to comment.