summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2018-05-23 17:13:18 -0400
committerGravatar GitHub2018-05-23 17:13:18 -0400
commit4cb92b776cf72411bf99330f1f633315d28a5d0f (patch)
tree6a3318db7cd8c760db41b1b199feec3bc49d26f7 /src
parentMerge pull request #459 from greggameplayer/patch-5 (diff)
parentAdd & correct some error modules (diff)
downloadyuzu-4cb92b776cf72411bf99330f1f633315d28a5d0f.tar.gz
yuzu-4cb92b776cf72411bf99330f1f633315d28a5d0f.tar.xz
yuzu-4cb92b776cf72411bf99330f1f633315d28a5d0f.zip
Merge pull request #460 from greggameplayer/patch-6
Add & correct some error modules
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/result.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index e3eda4f54..3ebf7aadf 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -32,7 +32,8 @@ enum class ErrorModule : u32 {
32 Common = 0, 32 Common = 0,
33 Kernel = 1, 33 Kernel = 1,
34 FS = 2, 34 FS = 2,
35 NvidiaTransferMemory = 3, 35 OS = 3, // used for Memory, Thread, Mutex, Nvidia
36 HTCS = 4,
36 NCM = 5, 37 NCM = 5,
37 DD = 6, 38 DD = 6,
38 LR = 8, 39 LR = 8,
@@ -62,6 +63,7 @@ enum class ErrorModule : u32 {
62 NFP = 115, 63 NFP = 115,
63 Time = 116, 64 Time = 116,
64 FGM = 117, 65 FGM = 117,
66 OE = 118,
65 PCIe = 120, 67 PCIe = 120,
66 Friends = 121, 68 Friends = 121,
67 BCAT = 122, 69 BCAT = 122,
@@ -89,12 +91,14 @@ enum class ErrorModule : u32 {
89 NGC = 146, 91 NGC = 146,
90 ERPT = 147, 92 ERPT = 147,
91 APM = 148, 93 APM = 148,
94 Profiler = 150,
92 ErrorUpload = 151, 95 ErrorUpload = 151,
93 Audio = 153, 96 Audio = 153,
94 NPNS = 154, 97 NPNS = 154,
95 NPNSHTTPSTREAM = 155, 98 NPNSHTTPSTREAM = 155,
96 ARP = 157, 99 ARP = 157,
97 BOOT = 158, 100 SWKBD = 158,
101 BOOT = 159,
98 NFCMifare = 161, 102 NFCMifare = 161,
99 UserlandAssert = 162, 103 UserlandAssert = 162,
100 Fatal = 163, 104 Fatal = 163,
@@ -103,11 +107,13 @@ enum class ErrorModule : u32 {
103 BGTC = 167, 107 BGTC = 167,
104 UserlandCrash = 168, 108 UserlandCrash = 168,
105 SREPO = 180, 109 SREPO = 180,
110 Dauth = 181,
106 HID = 202, 111 HID = 202,
107 LDN = 203, 112 LDN = 203,
108 Irsensor = 205, 113 Irsensor = 205,
109 Capture = 206, 114 Capture = 206,
110 Manu = 208, 115 Manu = 208,
116 ATK = 209,
111 GRC = 212, 117 GRC = 212,
112 Migration = 216, 118 Migration = 216,
113 MigrationLdcServ = 217, 119 MigrationLdcServ = 217,