GSP_GPU: Move error codes from result.h to local file

This commit is contained in:
Yuri Kunde Schlesner 2017-05-20 21:54:27 -07:00
parent 92be29adba
commit 743d18f0e4
2 changed files with 23 additions and 17 deletions

View file

@ -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,