mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2686] [MERGED] HLE discmap #2907
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#2907
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/2686
Author: @georgemoralis
Created: 3/25/2025
Status: ✅ Merged
Merged: 3/25/2025
Merged by: @georgemoralis
Base:
main← Head:discmap📝 Commits (3)
07fdfceHLE discmap27ae27dimproved parameters naming27aa9b4fixed typo📊 Changes
4 files changed (+19 additions, -17 deletions)
View changed files
📝
src/core/libraries/disc_map/disc_map.cpp(+11 -11)📝
src/core/libraries/disc_map/disc_map.h(+6 -4)📝
src/core/libraries/libs.cpp(+1 -0)📝
src/emulator.cpp(+1 -2)📄 Description
This eliminates the need for discmap , based on @red-prig suggestions
According to RE on ghidra all calls seems to check if lib is init first using a global
if (DAT_010080e0 == 0) { uVar2 = ORBIS_DISC_MAP_ERROR_NO_BITMAP_INFO; }so it is rather safe to return this , since it is likely the same we do when we load this lib lle
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.