diff options
author | greggameplayer <33609333+greggameplayer@users.noreply.github.com> | 2018-05-20 00:02:24 +0200 |
---|---|---|
committer | Sebastian Valle <subv2112@gmail.com> | 2018-05-20 00:02:24 +0200 |
commit | a215f63235508050003859e9fe34f092c9573472 (patch) | |
tree | 7bd6ab5cdfa5183ed9b75108b709eb20151721af /src/core/hle | |
parent | Merge pull request #442 from Hexagon12/nfp-service-names (diff) | |
download | yuzu-a215f63235508050003859e9fe34f092c9573472.tar yuzu-a215f63235508050003859e9fe34f092c9573472.tar.gz yuzu-a215f63235508050003859e9fe34f092c9573472.tar.bz2 yuzu-a215f63235508050003859e9fe34f092c9573472.tar.lz yuzu-a215f63235508050003859e9fe34f092c9573472.tar.xz yuzu-a215f63235508050003859e9fe34f092c9573472.tar.zst yuzu-a215f63235508050003859e9fe34f092c9573472.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/result.h | 46 |
1 files changed, 40 insertions, 6 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 052f49979..e3eda4f54 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -42,41 +42,75 @@ enum class ErrorModule : u32 { PM = 15, NS = 16, HTC = 18, + NCMContent = 20, SM = 21, RO = 22, SDMMC = 24, + OVLN = 25, SPL = 26, ETHC = 100, I2C = 101, + GPIO = 102, + UART = 103, Settings = 105, + WLAN = 107, + XCD = 108, NIFM = 110, - Display = 114, - NTC = 116, + Hwopus = 111, + Bluetooth = 113, + VI = 114, + NFP = 115, + Time = 116, FGM = 117, - PCIE = 120, + PCIe = 120, Friends = 121, + BCAT = 122, SSL = 123, Account = 124, + News = 125, Mii = 126, + NFC = 127, AM = 128, PlayReport = 129, + AHID = 130, + Qlaunch = 132, PCV = 133, OMM = 134, + BPC = 135, + PSM = 136, NIM = 137, PSC = 138, + TC = 139, USB = 140, + NSD = 141, + PCTL = 142, BTM = 143, + ETicket = 145, + NGC = 146, ERPT = 147, APM = 148, + ErrorUpload = 151, + Audio = 153, NPNS = 154, + NPNSHTTPSTREAM = 155, ARP = 157, BOOT = 158, - NFC = 161, + NFCMifare = 161, UserlandAssert = 162, + Fatal = 163, + NIMShop = 164, + SPSM = 165, + BGTC = 167, UserlandCrash = 168, - HID = 203, + SREPO = 180, + HID = 202, + LDN = 203, + Irsensor = 205, Capture = 206, - TC = 651, + Manu = 208, + GRC = 212, + Migration = 216, + MigrationLdcServ = 217, GeneralWebApplet = 800, WifiWebAuthApplet = 809, WhitelistedApplet = 810, |