mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #436] [CLOSED] ERROR codes #1561
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#1561
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/436
Author: @DanielSvoboda
Created: 8/14/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (4)
a5bdf10ERROR660c5d3Delete disc_map_codes.h2a80023Merge branch 'main' into mainf56ec0cerror📊 Changes
20 files changed (+9135 additions, -833 deletions)
View changed files
📝
CMakeLists.txt(+0 -3)➖
src/core/libraries/dialogs/error_codes.h(+0 -12)📝
src/core/libraries/dialogs/error_dialog.cpp(+0 -1)📝
src/core/libraries/disc_map/disc_map.cpp(+0 -1)➖
src/core/libraries/disc_map/disc_map_codes.h(+0 -10)📝
src/core/libraries/error_codes.h(+8703 -327)📝
src/core/libraries/kernel/file_system.cpp(+17 -17)📝
src/core/libraries/kernel/libkernel.cpp(+6 -6)📝
src/core/libraries/kernel/memory_management.cpp(+13 -13)📝
src/core/libraries/kernel/thread_management.cpp(+159 -159)📝
src/core/libraries/kernel/threads/semaphore.cpp(+5 -5)📝
src/core/libraries/kernel/time_management.cpp(+10 -10)📝
src/core/libraries/network/net.cpp(+212 -212)📝
src/core/libraries/pad/pad.cpp(+3 -3)📝
src/core/libraries/playgo/playgo_types.h(+1 -19)📝
src/core/libraries/random/random.cpp(+1 -1)➖
src/core/libraries/save_data/error_codes.h(+0 -28)📝
src/core/libraries/save_data/savedata.cpp(+0 -1)📝
src/core/libraries/videoout/video_out.cpp(+4 -4)📝
src/core/memory.cpp(+1 -1)📄 Description
Removed error_codes present in separate files, unifying them all in one place, then these codes were removed:
Removed some duplicates. Standardizes all as ORBIS_
Added the remaining codes present in psdevwiki.
The comment of the value in decimal was included next to all codes, to make it easier to locate:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.