From 2b0fe39acb4d911edd9d7631e8aa6b97778e68fa Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 25 Sep 2024 22:21:59 +0100 Subject: config/git: Import pcsx-redux We don't need the entire emulator, but we will be using a specific part: src/mips/openbios third_party/uC-sdk submodule is included, because it contains the necessary header files when building open bios. I will be adding Sony Playstation support to Libreboot, alongside a new emulator project to be announced soon. Signed-off-by: Leah Rowe --- config/submodule/pcsx-redux/module.list | 1 + config/submodule/pcsx-redux/uC-sdk/module.cfg | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 config/submodule/pcsx-redux/module.list create mode 100644 config/submodule/pcsx-redux/uC-sdk/module.cfg (limited to 'config/submodule') diff --git a/config/submodule/pcsx-redux/module.list b/config/submodule/pcsx-redux/module.list new file mode 100644 index 00000000..9b1f70ee --- /dev/null +++ b/config/submodule/pcsx-redux/module.list @@ -0,0 +1 @@ +third_party/uC-sdk diff --git a/config/submodule/pcsx-redux/uC-sdk/module.cfg b/config/submodule/pcsx-redux/uC-sdk/module.cfg new file mode 100644 index 00000000..dd112407 --- /dev/null +++ b/config/submodule/pcsx-redux/uC-sdk/module.cfg @@ -0,0 +1,3 @@ +subhash="7c6f1973a16893cf1f0868af6f8e60a028b933ad" +subrepo="https://github.com/grumpycoders/uC-sdk.git" +subrepo_bkup="https://codeberg.org/vimuser/uC-sdk" -- cgit v1.2.1