mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
Add & correct some error modules
This commit is contained in:
parent
58d9078742
commit
1efb81a61d
1 changed files with 8 additions and 2 deletions
|
@ -32,7 +32,8 @@ enum class ErrorModule : u32 {
|
||||||
Common = 0,
|
Common = 0,
|
||||||
Kernel = 1,
|
Kernel = 1,
|
||||||
FS = 2,
|
FS = 2,
|
||||||
NvidiaTransferMemory = 3,
|
OS = 3, // used for Memory, Thread, Mutex, Nvidia
|
||||||
|
HTCS = 4,
|
||||||
NCM = 5,
|
NCM = 5,
|
||||||
DD = 6,
|
DD = 6,
|
||||||
LR = 8,
|
LR = 8,
|
||||||
|
@ -62,6 +63,7 @@ enum class ErrorModule : u32 {
|
||||||
NFP = 115,
|
NFP = 115,
|
||||||
Time = 116,
|
Time = 116,
|
||||||
FGM = 117,
|
FGM = 117,
|
||||||
|
OE = 118,
|
||||||
PCIe = 120,
|
PCIe = 120,
|
||||||
Friends = 121,
|
Friends = 121,
|
||||||
BCAT = 122,
|
BCAT = 122,
|
||||||
|
@ -89,12 +91,14 @@ enum class ErrorModule : u32 {
|
||||||
NGC = 146,
|
NGC = 146,
|
||||||
ERPT = 147,
|
ERPT = 147,
|
||||||
APM = 148,
|
APM = 148,
|
||||||
|
Profiler = 150,
|
||||||
ErrorUpload = 151,
|
ErrorUpload = 151,
|
||||||
Audio = 153,
|
Audio = 153,
|
||||||
NPNS = 154,
|
NPNS = 154,
|
||||||
NPNSHTTPSTREAM = 155,
|
NPNSHTTPSTREAM = 155,
|
||||||
ARP = 157,
|
ARP = 157,
|
||||||
BOOT = 158,
|
SWKBD = 158,
|
||||||
|
BOOT = 159,
|
||||||
NFCMifare = 161,
|
NFCMifare = 161,
|
||||||
UserlandAssert = 162,
|
UserlandAssert = 162,
|
||||||
Fatal = 163,
|
Fatal = 163,
|
||||||
|
@ -103,11 +107,13 @@ enum class ErrorModule : u32 {
|
||||||
BGTC = 167,
|
BGTC = 167,
|
||||||
UserlandCrash = 168,
|
UserlandCrash = 168,
|
||||||
SREPO = 180,
|
SREPO = 180,
|
||||||
|
Dauth = 181,
|
||||||
HID = 202,
|
HID = 202,
|
||||||
LDN = 203,
|
LDN = 203,
|
||||||
Irsensor = 205,
|
Irsensor = 205,
|
||||||
Capture = 206,
|
Capture = 206,
|
||||||
Manu = 208,
|
Manu = 208,
|
||||||
|
ATK = 209,
|
||||||
GRC = 212,
|
GRC = 212,
|
||||||
Migration = 216,
|
Migration = 216,
|
||||||
MigrationLdcServ = 217,
|
MigrationLdcServ = 217,
|
||||||
|
|
Loading…
Reference in a new issue