summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2016-07-03 16:24:29 +0200
committerGitHub <noreply@github.com>2016-07-03 16:24:29 +0200
commitb48b8ed5e5ac5fc025095b4dc220e9529eecb643 (patch)
tree27498505fb905d6923493021b02a89be50e89bfa /src
parentMerge pull request #1933 from yuriks/scissor (diff)
parentResult: fix and update ErrorModule (diff)
downloadyuzu-b48b8ed5e5ac5fc025095b4dc220e9529eecb643.tar
yuzu-b48b8ed5e5ac5fc025095b4dc220e9529eecb643.tar.gz
yuzu-b48b8ed5e5ac5fc025095b4dc220e9529eecb643.tar.bz2
yuzu-b48b8ed5e5ac5fc025095b4dc220e9529eecb643.tar.lz
yuzu-b48b8ed5e5ac5fc025095b4dc220e9529eecb643.tar.xz
yuzu-b48b8ed5e5ac5fc025095b4dc220e9529eecb643.tar.zst
yuzu-b48b8ed5e5ac5fc025095b4dc220e9529eecb643.zip
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/result.h25
1 files changed, 19 insertions, 6 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index 57dedcb22..68d6f5a87 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -135,15 +135,28 @@ enum class ErrorModule : u32 {
MCU = 72,
NS = 73,
News = 74,
- RO_1 = 75,
+ RO = 75,
GD = 76,
CardSPI = 77,
EC = 78,
- RO_2 = 79,
- WebBrowser = 80,
- Test = 81,
- ENC = 82,
- PIA = 83,
+ WebBrowser = 79,
+ Test = 80,
+ ENC = 81,
+ PIA = 82,
+ ACT = 83,
+ VCTL = 84,
+ OLV = 85,
+ NEIA = 86,
+ NPNS = 87,
+
+ AVD = 90,
+ L2B = 91,
+ MVD = 92,
+ NFC = 93,
+ UART = 94,
+ SPM = 95,
+ QTM = 96,
+ NFP = 97,
Application = 254,
InvalidResult = 255