mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2244] [MERGED] emulator: Use correct game folder mount when opening update eboot directly. #2591
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2591
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/shadps4-emu/shadPS4/pull/2244
Author: @squidbus
Created: 1/26/2025
Status: ✅ Merged
Merged: 1/26/2025
Merged by: @georgemoralis
Base:
main← Head:upd-fix📝 Commits (1)
98e49b9emulator: Use correct game folder mount when opening update eboot directly.📊 Changes
1 file changed (+14 additions, -2 deletions)
View changed files
📝
src/emulator.cpp(+14 -2)📄 Description
Got a game that has an elf file separate from the default
eboot.bin, and have been loading it by using the Boot Game option to pick the right file. I noticed that when this is done for an elf file in a separate update directory, it mounts the update directory to/app0/and fails to get any files it needs to from the base game. This fixes the issue by checking if the launched executable is in an update directory and finding the base game directory to use as the/app0/mount.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.