summaryrefslogtreecommitdiff
path: root/config/data/pcsx-redux/mkhelper.cfg
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-09-25 23:59:52 +0100
committerLeah Rowe <leah@libreboot.org>2024-09-26 00:35:18 +0100
commitff9c250a3ec05c9afa3faf84e2e5d793f68361b4 (patch)
tree054b727b67c266691caf47ccf1fe8ef5a79f354b /config/data/pcsx-redux/mkhelper.cfg
parent2b0fe39acb4d911edd9d7631e8aa6b97778e68fa (diff)
Add Sony PlayStation support to LibrebootHEADmaster
I also added a "cleanargs" argument, similar to the makeargs argument, to work around a build error. This builds the PCSX-Redux PS1 BIOS. They reverse engineered the Sony PS1 BIOS and wrote a free one under MIT license. Run this: ./mk -b pcsx-redux The file will appear: bin/playstation/openbios.bin Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data/pcsx-redux/mkhelper.cfg')
-rw-r--r--config/data/pcsx-redux/mkhelper.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/data/pcsx-redux/mkhelper.cfg b/config/data/pcsx-redux/mkhelper.cfg
new file mode 100644
index 00000000..379ad032
--- /dev/null
+++ b/config/data/pcsx-redux/mkhelper.cfg
@@ -0,0 +1,3 @@
+. "include/rom.sh"
+
+postmake="copyps1bios"