[PR #436] [CLOSED] ERROR codes #1561

Closed
opened 2026-02-27 21:13:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/436
Author: @DanielSvoboda
Created: 8/14/2024
Status: Closed

Base: mainHead: main


📝 Commits (4)

📊 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:

src/core/libraries/dialogs/error_codes.h
src/core/libraries/save_data/error_codes.h
src/core/libraries/disc_map/disc_map_codes.h

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:

image


🔄 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/shadps4-emu/shadPS4/pull/436 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 8/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`a5bdf10`](https://github.com/shadps4-emu/shadPS4/commit/a5bdf10d5b744f3cbb4384ea9f1a965052f9a6e3) ERROR - [`660c5d3`](https://github.com/shadps4-emu/shadPS4/commit/660c5d3e9c101617d7237835168515189aa525a2) Delete disc_map_codes.h - [`2a80023`](https://github.com/shadps4-emu/shadPS4/commit/2a8002354b1a1239f64af849fa722cdd69253ad1) Merge branch 'main' into main - [`f56ec0c`](https://github.com/shadps4-emu/shadPS4/commit/f56ec0c6435b25d825a0816aedc12f4abac97e80) error ### 📊 Changes **20 files changed** (+9135 additions, -833 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Removed error_codes present in separate files, unifying them all in one place, then these codes were removed: > src/core/libraries/dialogs/error_codes.h > src/core/libraries/save_data/error_codes.h > src/core/libraries/disc_map/disc_map_codes.h 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: ![image](https://github.com/user-attachments/assets/8289d69c-9282-4719-af18-917ad7c2f872) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1561
No description provided.