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