summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreggameplayer <33609333+greggameplayer@users.noreply.github.com>2018-05-23 14:22:42 +0200
committerGitHub <noreply@github.com>2018-05-23 14:22:42 +0200
commit1efb81a61dc00d8c268eebef02a70ab5a9a9a4db (patch)
treea2ea7db2de2eaa22f16e7e65deae3a9e8a061f09
parentImplemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440) (diff)
downloadyuzu-1efb81a61dc00d8c268eebef02a70ab5a9a9a4db.tar
yuzu-1efb81a61dc00d8c268eebef02a70ab5a9a9a4db.tar.gz
yuzu-1efb81a61dc00d8c268eebef02a70ab5a9a9a4db.tar.bz2
yuzu-1efb81a61dc00d8c268eebef02a70ab5a9a9a4db.tar.lz
yuzu-1efb81a61dc00d8c268eebef02a70ab5a9a9a4db.tar.xz
yuzu-1efb81a61dc00d8c268eebef02a70ab5a9a9a4db.tar.zst
yuzu-1efb81a61dc00d8c268eebef02a70ab5a9a9a4db.zip
-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 {
Common = 0,
Kernel = 1,
FS = 2,
- NvidiaTransferMemory = 3,
+ OS = 3, // used for Memory, Thread, Mutex, Nvidia
+ HTCS = 4,
NCM = 5,
DD = 6,
LR = 8,
@@ -62,6 +63,7 @@ enum class ErrorModule : u32 {
NFP = 115,
Time = 116,
FGM = 117,
+ OE = 118,
PCIe = 120,
Friends = 121,
BCAT = 122,
@@ -89,12 +91,14 @@ enum class ErrorModule : u32 {
NGC = 146,
ERPT = 147,
APM = 148,
+ Profiler = 150,
ErrorUpload = 151,
Audio = 153,
NPNS = 154,
NPNSHTTPSTREAM = 155,
ARP = 157,
- BOOT = 158,
+ SWKBD = 158,
+ BOOT = 159,
NFCMifare = 161,
UserlandAssert = 162,
Fatal = 163,
@@ -103,11 +107,13 @@ enum class ErrorModule : u32 {
BGTC = 167,
UserlandCrash = 168,
SREPO = 180,
+ Dauth = 181,
HID = 202,
LDN = 203,
Irsensor = 205,
Capture = 206,
Manu = 208,
+ ATK = 209,
GRC = 212,
Migration = 216,
MigrationLdcServ = 217,