2018-06-10 19:46:42 -05:00
|
|
|
namespace Ryujinx.HLE.Logging
|
2018-04-13 20:02:24 -05:00
|
|
|
{
|
|
|
|
public enum LogClass
|
|
|
|
{
|
|
|
|
Audio,
|
2018-04-24 13:57:39 -05:00
|
|
|
Cpu,
|
2018-08-04 16:38:49 -05:00
|
|
|
Font,
|
2018-04-24 13:57:39 -05:00
|
|
|
Gpu,
|
|
|
|
Hid,
|
2018-04-13 20:02:24 -05:00
|
|
|
Kernel,
|
|
|
|
KernelIpc,
|
|
|
|
KernelScheduler,
|
|
|
|
KernelSvc,
|
|
|
|
Loader,
|
|
|
|
Service,
|
|
|
|
ServiceAcc,
|
|
|
|
ServiceAm,
|
|
|
|
ServiceApm,
|
|
|
|
ServiceAudio,
|
|
|
|
ServiceBsd,
|
2018-04-21 23:21:49 -05:00
|
|
|
ServiceCaps,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceFriend,
|
|
|
|
ServiceFs,
|
|
|
|
ServiceHid,
|
2018-10-07 10:12:11 -05:00
|
|
|
ServiceIrs,
|
2018-10-09 18:01:49 -05:00
|
|
|
ServiceLdr,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceLm,
|
2018-05-26 15:49:21 -05:00
|
|
|
ServiceMm,
|
2018-06-02 17:46:09 -05:00
|
|
|
ServiceNfp,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceNifm,
|
|
|
|
ServiceNs,
|
|
|
|
ServiceNv,
|
|
|
|
ServicePctl,
|
|
|
|
ServicePl,
|
2018-04-21 18:04:43 -05:00
|
|
|
ServicePrepo,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceSet,
|
|
|
|
ServiceSfdnsres,
|
|
|
|
ServiceSm,
|
2018-06-02 17:46:09 -05:00
|
|
|
ServiceSsl,
|
2018-04-13 20:02:24 -05:00
|
|
|
ServiceSss,
|
|
|
|
ServiceTime,
|
2018-04-24 13:57:39 -05:00
|
|
|
ServiceVi
|
2018-04-13 20:02:24 -05:00
|
|
|
}
|
|
|
|
}
|