[PR #636] [MERGED] (libretro) Fix 'Fast Boot' option #70

Closed
opened 2026-01-29 19:06:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/636
Author: @jdgleaver
Created: 7/21/2020
Status: Merged
Merged: 7/21/2020
Merged by: @stenzek

Base: masterHead: libretro-fast-boot-fix


📝 Commits (1)

  • 7478e75 (libretro) Fix 'Fast Boot' option

📊 Changes

2 files changed (+11 additions, -10 deletions)

View changed files

📝 src/core/bios.cpp (+10 -9)
📝 src/duckstation-libretro/libretro_host_interface.cpp (+1 -1)

📄 Description

At present, the libretro core exposes the Fast Boot option - but the setting is ignored due to a typo (BIOS.FastBoot <-> BIOS.PatchFastBoot). This trivial PR fixes the issue :)

This PR also adds the widely used PSX BIOS included in PSP firmware 6.60 to the list of allowed hash values accepted by PatchBIOSFastBoot()


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/636 **Author:** [@jdgleaver](https://github.com/jdgleaver) **Created:** 7/21/2020 **Status:** ✅ Merged **Merged:** 7/21/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `libretro-fast-boot-fix` --- ### 📝 Commits (1) - [`7478e75`](https://github.com/stenzek/duckstation/commit/7478e75ed620020fda3d3dcb45c372dfdfc0a7e0) (libretro) Fix 'Fast Boot' option ### 📊 Changes **2 files changed** (+11 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/core/bios.cpp` (+10 -9) 📝 `src/duckstation-libretro/libretro_host_interface.cpp` (+1 -1) </details> ### 📄 Description At present, the libretro core exposes the `Fast Boot` option - but the setting is ignored due to a typo (`BIOS.FastBoot` <-> `BIOS.PatchFastBoot`). This trivial PR fixes the issue :) This PR also adds the widely used PSX BIOS included in PSP firmware 6.60 to the list of allowed hash values accepted by `PatchBIOSFastBoot()` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:06:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#70