mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-13 06:26:39 +00:00
Add & Correct ErrorModules (#137)
* Add & Correct ErrorModules * Remove LibNX specific ErrorModules * Remove Homebrew Specific ErrorModules
This commit is contained in:
parent
df33dcc489
commit
39ebb83453
1 changed files with 52 additions and 14 deletions
|
@ -4,60 +4,98 @@ namespace Ryujinx.Core.OsHle
|
||||||
{
|
{
|
||||||
Kernel = 1,
|
Kernel = 1,
|
||||||
Fs = 2,
|
Fs = 2,
|
||||||
Nvidia_TransferMemory = 3,
|
Os = 3, // (Memory, Thread, Mutex, NVIDIA)
|
||||||
|
Htcs = 4,
|
||||||
Ncm = 5,
|
Ncm = 5,
|
||||||
Dd = 6,
|
Dd = 6,
|
||||||
|
Debug_Monitor = 7,
|
||||||
Lr = 8,
|
Lr = 8,
|
||||||
Loader = 9,
|
Loader = 9,
|
||||||
IPC_Command_Interface = 10,
|
IPC_Command_Interface = 10,
|
||||||
IPC = 11,
|
IPC = 11,
|
||||||
Pm = 15,
|
Pm = 15,
|
||||||
Ns = 16,
|
Ns = 16,
|
||||||
|
Socket = 17,
|
||||||
Htc = 18,
|
Htc = 18,
|
||||||
|
Ncm_Content = 20,
|
||||||
Sm = 21,
|
Sm = 21,
|
||||||
RO_Userland = 22,
|
RO_Userland = 22,
|
||||||
SdMmc = 24,
|
SdMmc = 24,
|
||||||
|
Ovln = 25,
|
||||||
Spl = 26,
|
Spl = 26,
|
||||||
Ethc = 100,
|
Ethc = 100,
|
||||||
I2C = 101,
|
I2C = 101,
|
||||||
|
Gpio = 102,
|
||||||
|
Uart = 103,
|
||||||
Settings = 105,
|
Settings = 105,
|
||||||
|
Wlan = 107,
|
||||||
|
Xcd = 108,
|
||||||
Nifm = 110,
|
Nifm = 110,
|
||||||
Display = 114,
|
Hwopus = 111,
|
||||||
Ntc = 116,
|
Bluetooth = 113,
|
||||||
Fdm = 117,
|
Vi = 114,
|
||||||
|
Nfp = 115,
|
||||||
|
Time = 116,
|
||||||
|
Fgm = 117,
|
||||||
|
Oe = 118,
|
||||||
Pcie = 120,
|
Pcie = 120,
|
||||||
Friends = 121,
|
Friends = 121,
|
||||||
|
Bcat = 122,
|
||||||
SSL = 123,
|
SSL = 123,
|
||||||
Account = 124,
|
Account = 124,
|
||||||
|
News = 125,
|
||||||
Mii = 126,
|
Mii = 126,
|
||||||
|
Nfc = 127,
|
||||||
Am = 128,
|
Am = 128,
|
||||||
Play_Report = 129,
|
Play_Report = 129,
|
||||||
|
Ahid = 130,
|
||||||
|
Qlaunch = 132,
|
||||||
Pcv = 133,
|
Pcv = 133,
|
||||||
Omm = 134,
|
Omm = 134,
|
||||||
|
Bpc = 135,
|
||||||
|
Psm = 136,
|
||||||
Nim = 137,
|
Nim = 137,
|
||||||
Psc = 138,
|
Psc = 138,
|
||||||
|
Tc = 139,
|
||||||
Usb = 140,
|
Usb = 140,
|
||||||
Nsd = 141,
|
Nsd = 141,
|
||||||
|
Pctl = 142,
|
||||||
Btm = 143,
|
Btm = 143,
|
||||||
Erpt = 147,
|
Ec = 144,
|
||||||
|
ETicket = 145,
|
||||||
|
Ngc = 146,
|
||||||
|
Error_Report = 147,
|
||||||
Apm = 148,
|
Apm = 148,
|
||||||
|
Profiler = 150,
|
||||||
|
Error_Upload = 151,
|
||||||
Audio = 153,
|
Audio = 153,
|
||||||
Npns = 154,
|
Npns = 154,
|
||||||
|
Npns_Http_Stream = 155,
|
||||||
Arp = 157,
|
Arp = 157,
|
||||||
Boot = 158,
|
Swkbd = 158,
|
||||||
Nfc = 161,
|
Boot = 159,
|
||||||
|
Nfc_Mifare = 161,
|
||||||
Userland_Assert = 162,
|
Userland_Assert = 162,
|
||||||
|
Fatal = 163,
|
||||||
|
Nim_Shop = 164,
|
||||||
|
Spsm = 165,
|
||||||
|
Bgtc = 167,
|
||||||
Userland_Crash = 168,
|
Userland_Crash = 168,
|
||||||
Hid = 203,
|
SRepo = 180,
|
||||||
|
Dauth = 181,
|
||||||
|
Hid = 202,
|
||||||
|
Ldn = 203,
|
||||||
|
Irsensor = 205,
|
||||||
Capture = 206,
|
Capture = 206,
|
||||||
Libnx = 345,
|
Manu = 208,
|
||||||
Homebrew_ABI = 346,
|
Atk = 209,
|
||||||
Homebrew_Loader = 347,
|
Web = 210,
|
||||||
libnx_Nvidia_Errors = 348,
|
Grc = 212,
|
||||||
Tc = 651,
|
Migration = 216,
|
||||||
|
Migration_Ldc_Server = 217,
|
||||||
General_Web_Applet = 800,
|
General_Web_Applet = 800,
|
||||||
Wifi_Web_Auth_Applet = 809,
|
Wifi_Web_Auth_Applet = 809,
|
||||||
Whitelisted_Applet = 810,
|
Whitelisted_Applet = 810,
|
||||||
ShopN = 811
|
ShopN = 811
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue