mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1332] [MERGED] Update BIOS image handling #454
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/1332
Author: @ggrtk
Created: 12/28/2020
Status: ✅ Merged
Merged: 12/28/2020
Merged by: @stenzek
Base:
master← Head:ps2-bios-size📝 Commits (3)
4db29f9HostInterface: Check all console regions when looking for any BIOS0e2276fBIOS: Add support for loading PS2 BIOSesd9096caBIOS: Prevent patching incompatible BIOSes📊 Changes
4 files changed (+56 additions, -49 deletions)
View changed files
📝
src/core/bios.cpp(+49 -44)📝
src/core/bios.h(+3 -1)📝
src/core/host_interface.cpp(+3 -3)📝
src/core/host_interface.h(+1 -1)📄 Description
For #1247.
Turns out that the 512KB PS1 BIOS on PS3 is incompatible with the fast boot patch and seems to get stuck in an invalid bus read/write loop. TTY patch doesn't look like it works either. Disabling patching for it should be fine, since it's effectively a fastboot BIOS anyways.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.