diff options
Diffstat (limited to 'games/retroarch/files/patch-qb_qb.params.sh')
-rw-r--r-- | games/retroarch/files/patch-qb_qb.params.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/retroarch/files/patch-qb_qb.params.sh b/games/retroarch/files/patch-qb_qb.params.sh deleted file mode 100644 index 85c0be20497f..000000000000 --- a/games/retroarch/files/patch-qb_qb.params.sh +++ /dev/null @@ -1,14 +0,0 @@ ---- qb/qb.params.sh.orig 2016-07-15 20:24:15 UTC -+++ qb/qb.params.sh -@@ -79,7 +79,10 @@ parse_input() # Parse stuff :V - opt_exists "${arg%%=*}" "$1" - eval "$opt=\"$val\"" - ;; -- -h|--help) print_help; exit 0;; -+ --x-*) -+ ;; -+ --build*) -+ ;; - *) echo "Unknown option $1"; exit 1;; - esac - shift |