diff --git a/include/rom.sh b/include/rom.sh index 324d168..6ba2a34 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()