33dc4c9ce4
This PR stubs and implements some clkrst call because they are used to overclock the Switch hardware and it's pointless in our case as we emulate the system. Everything was done checked by RE. Fixes #2686
68 lines
No EOL
1.2 KiB
C#
68 lines
No EOL
1.2 KiB
C#
namespace Ryujinx.Common.Logging
|
|
{
|
|
public enum LogClass
|
|
{
|
|
Application,
|
|
Audio,
|
|
AudioRenderer,
|
|
Configuration,
|
|
Cpu,
|
|
Font,
|
|
Emulation,
|
|
FFmpeg,
|
|
Gpu,
|
|
Hid,
|
|
Host1x,
|
|
Kernel,
|
|
KernelIpc,
|
|
KernelScheduler,
|
|
KernelSvc,
|
|
Loader,
|
|
ModLoader,
|
|
Nvdec,
|
|
Ptc,
|
|
Service,
|
|
ServiceAcc,
|
|
ServiceAm,
|
|
ServiceApm,
|
|
ServiceAudio,
|
|
ServiceBcat,
|
|
ServiceBsd,
|
|
ServiceBtm,
|
|
ServiceCaps,
|
|
ServiceFriend,
|
|
ServiceFs,
|
|
ServiceHid,
|
|
ServiceIrs,
|
|
ServiceLdn,
|
|
ServiceLdr,
|
|
ServiceLm,
|
|
ServiceMii,
|
|
ServiceMm,
|
|
ServiceNfc,
|
|
ServiceNfp,
|
|
ServiceNgct,
|
|
ServiceNifm,
|
|
ServiceNim,
|
|
ServiceNs,
|
|
ServiceNsd,
|
|
ServiceNv,
|
|
ServiceOlsc,
|
|
ServicePctl,
|
|
ServicePcv,
|
|
ServicePl,
|
|
ServicePrepo,
|
|
ServicePsm,
|
|
ServicePtm,
|
|
ServiceSet,
|
|
ServiceSfdnsres,
|
|
ServiceSm,
|
|
ServiceSsl,
|
|
ServiceSss,
|
|
ServiceTime,
|
|
ServiceVi,
|
|
SurfaceFlinger,
|
|
TamperMachine,
|
|
Vic
|
|
}
|
|
} |