summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-21 06:54:27 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-25 06:06:00 +0200
commit743d18f0e463aa25af53ceaa25231800453810ea (patch)
tree63855ef6247eaf0566da4ac1d82315c82442c003 /src/core/hle/result.h
parentFileSys: Move all result description to errors.h (diff)
downloadyuzu-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.h3
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,