diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-23 14:13:47 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-23 14:13:47 +0100 |
commit | 383b9754fc65ed407ff57c8bc917ab839d37b0a7 (patch) | |
tree | 1aafbfc3e4fdae96bbf3cb1a92e608766fe8f17e /include/rom.sh | |
parent | 34dac6da99bd79ec75e63997aaebbf5de2debbe8 (diff) | |
parent | 3e28873532b13a750df04d8dad8ffacb159cc7da (diff) |
Merge branch 'master' into 25.06_branch25.06_branch
Diffstat (limited to 'include/rom.sh')
-rw-r--r-- | include/rom.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rom.sh b/include/rom.sh index 65900a01..1c39979d 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -20,6 +20,8 @@ buildser() copyps1bios() { + [ "$dry" = ":" ] && return 0; : + remkdir "bin/playstation" x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation |