GSP_GPU: Move error codes from result.h to local file
This commit is contained in:
parent
92be29adba
commit
743d18f0e4
2 changed files with 23 additions and 17 deletions
|
@ -26,9 +26,6 @@ enum class ErrorDescription : u32 {
|
|||
OS_InvalidBufferDescriptor = 48,
|
||||
MaxConnectionsReached = 52,
|
||||
WrongAddress = 53,
|
||||
OutofRangeOrMisalignedAddress =
|
||||
513, // TODO(purpasmart): Check if this name fits its actual usage
|
||||
GPU_FirstInitialization = 519,
|
||||
|
||||
// Codes 1000 and above are considered "well-known" and have common values between all modules.
|
||||
InvalidSection = 1000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue