2018-06-11 02:46:42 +02:00
|
|
|
namespace Ryujinx.HLE.Logging
|
2018-04-14 03:02:24 +02:00
|
|
|
{
|
|
|
|
public enum LogClass
|
|
|
|
{
|
|
|
|
Audio,
|
2018-04-24 20:57:39 +02:00
|
|
|
Cpu,
|
|
|
|
Gpu,
|
|
|
|
Hid,
|
2018-04-14 03:02:24 +02:00
|
|
|
Kernel,
|
|
|
|
KernelIpc,
|
|
|
|
KernelScheduler,
|
|
|
|
KernelSvc,
|
|
|
|
Loader,
|
|
|
|
Service,
|
|
|
|
ServiceAcc,
|
|
|
|
ServiceAm,
|
|
|
|
ServiceApm,
|
|
|
|
ServiceAudio,
|
|
|
|
ServiceBsd,
|
2018-04-22 06:21:49 +02:00
|
|
|
ServiceCaps,
|
2018-04-14 03:02:24 +02:00
|
|
|
ServiceFriend,
|
|
|
|
ServiceFs,
|
|
|
|
ServiceHid,
|
|
|
|
ServiceLm,
|
2018-05-26 22:49:21 +02:00
|
|
|
ServiceMm,
|
2018-06-03 00:46:09 +02:00
|
|
|
ServiceNfp,
|
2018-04-14 03:02:24 +02:00
|
|
|
ServiceNifm,
|
|
|
|
ServiceNs,
|
|
|
|
ServiceNv,
|
|
|
|
ServicePctl,
|
|
|
|
ServicePl,
|
2018-04-22 01:04:43 +02:00
|
|
|
ServicePrepo,
|
2018-04-14 03:02:24 +02:00
|
|
|
ServiceSet,
|
|
|
|
ServiceSfdnsres,
|
|
|
|
ServiceSm,
|
2018-06-03 00:46:09 +02:00
|
|
|
ServiceSsl,
|
2018-04-14 03:02:24 +02:00
|
|
|
ServiceSss,
|
|
|
|
ServiceTime,
|
2018-04-24 20:57:39 +02:00
|
|
|
ServiceVi
|
2018-04-14 03:02:24 +02:00
|
|
|
}
|
|
|
|
}
|