diff options
| -rw-r--r-- | include/rom.sh | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/include/rom.sh b/include/rom.sh index 808959d8..9d11e757 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -33,11 +33,6 @@ copyps1bios()  	printf "MIT License\n\nCopyright (c) 2019-2024 PCSX-Redux authors\n\n" \  	    > bin/playstation/COPYING.txt || $err "!pcsx-redux copyright"  	cat config/snippet/mit >>bin/playstation/COPYING.txt || $err "!pcsx MIT" - -	if [ -e "src/pcsx-redux/.git" ]; then -		git -C src/pcsx-redux/src/mips/openbios shortlog -sne > \ -		    bin/playstation/AUTHORS.txt || $err "!pcsx-redux authors" -	fi  }  mkpayload_grub() | 
