diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-21 06:54:27 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-25 06:06:00 +0200 |
commit | 743d18f0e463aa25af53ceaa25231800453810ea (patch) | |
tree | 63855ef6247eaf0566da4ac1d82315c82442c003 /src/core/hle/result.h | |
parent | FileSys: Move all result description to errors.h (diff) | |
download | yuzu-743d18f0e463aa25af53ceaa25231800453810ea.tar yuzu-743d18f0e463aa25af53ceaa25231800453810ea.tar.gz yuzu-743d18f0e463aa25af53ceaa25231800453810ea.tar.bz2 yuzu-743d18f0e463aa25af53ceaa25231800453810ea.tar.lz yuzu-743d18f0e463aa25af53ceaa25231800453810ea.tar.xz yuzu-743d18f0e463aa25af53ceaa25231800453810ea.tar.zst yuzu-743d18f0e463aa25af53ceaa25231800453810ea.zip |
Diffstat (limited to 'src/core/hle/result.h')
-rw-r--r-- | src/core/hle/result.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h index b066b7d4e..e76be606e 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -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, |