diff options
author | Leah Rowe <leah@libreboot.org> | 2025-07-06 21:07:19 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-07-06 21:07:19 +0100 |
commit | ed839db0a06b6ac05054994c25f8343565a1c184 (patch) | |
tree | 98a8fe70307756f884999184603513378b3001bf | |
parent | dd65f55b29546b25889f45ba5dbb5b316ddd9c5c (diff) |
Many other changes were imported into the wider pcsx-redux
tree, but we're mainly concerned with the OpenBIOS diffs.
This update brings in the following upstream changes, for
PCSX-Redux OpenBIOS:
* 35de25bb Fixing realloc's edge case.
* b8a9080d OpenBIOS: Annotate sio0/driver.c with enums
* c7cec91e OpenBIOS: Refactor card driver
* 4e42a6b6 Move OpenBIOS SIO to a seperate header and add enums
* a50434c5 Remove OpenBIOS dead sio1 code
* 9c3d3a1e Renaming readAligned to load32Aligned.
* 1b8312e5 [Chores] Format code
* 8b9df484 Simplifying openbios allocation scenario.
* a658a18d Brand new memory allocator.
* ba48f01b Bumped copyright date to 2025
* 64b63a13 Bumped copyright date to 2025
* 3ada28e3 [Chores] Format code
* d25af104 Fixing setjmp/longjmp attributes.
* e51ffafa Assign _bu_init alias to 0x55.
* ae1dd51e Split out the common thread structures to its own file.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/git/pcsx-redux/pkg.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/git/pcsx-redux/pkg.cfg b/config/git/pcsx-redux/pkg.cfg index 88443cb3..d63d6b84 100644 --- a/config/git/pcsx-redux/pkg.cfg +++ b/config/git/pcsx-redux/pkg.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -rev="6ec5348058413619b290b069adbdae68180ce8c0" +rev="8f8cc3d5637dedd6ca1e40b5407127e2afc18b34" url="https://github.com/grumpycoders/pcsx-redux" bkup_url="https://codeberg.org/vimuser/pcsx-redux" |