mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #636] [MERGED] (libretro) Fix 'Fast Boot' option #70
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/636
Author: @jdgleaver
Created: 7/21/2020
Status: ✅ Merged
Merged: 7/21/2020
Merged by: @stenzek
Base:
master← Head: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 Bootoption - 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.