2018-04-14 05:39:24 +02:00
|
|
|
|
namespace Ryujinx.Core
|
2018-04-14 03:02:24 +02:00
|
|
|
|
{
|
|
|
|
|
public enum LogClass
|
|
|
|
|
{
|
|
|
|
|
Audio,
|
|
|
|
|
CPU,
|
|
|
|
|
GPU,
|
|
|
|
|
Kernel,
|
|
|
|
|
KernelIpc,
|
|
|
|
|
KernelScheduler,
|
|
|
|
|
KernelSvc,
|
|
|
|
|
Loader,
|
|
|
|
|
Service,
|
|
|
|
|
ServiceAcc,
|
|
|
|
|
ServiceAm,
|
|
|
|
|
ServiceApm,
|
|
|
|
|
ServiceAudio,
|
|
|
|
|
ServiceBsd,
|
|
|
|
|
ServiceFriend,
|
|
|
|
|
ServiceFs,
|
|
|
|
|
ServiceHid,
|
|
|
|
|
ServiceLm,
|
|
|
|
|
ServiceNifm,
|
|
|
|
|
ServiceNs,
|
|
|
|
|
ServiceNv,
|
|
|
|
|
ServicePctl,
|
|
|
|
|
ServicePl,
|
|
|
|
|
ServiceSet,
|
|
|
|
|
ServiceSfdnsres,
|
|
|
|
|
ServiceSm,
|
|
|
|
|
ServiceSss,
|
|
|
|
|
ServiceTime,
|
|
|
|
|
ServiceVi,
|
|
|
|
|
Count,
|
|
|
|
|
}
|
|
|
|
|
}
|