mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 22:54:24 -04:00
kern: SvcChangeKernelTraceState
This commit is contained in:
parent
89f1c0ce33
commit
f9d68db3f6
10 changed files with 279 additions and 45 deletions
|
@ -39,12 +39,12 @@ namespace ams::kern::svc {
|
|||
switch (kern_trace_state) {
|
||||
case ams::svc::KernelTraceState_Enabled:
|
||||
{
|
||||
/* TODO: MESOSPHERE_KTRACE_RESUME(); */
|
||||
MESOSPHERE_KTRACE_RESUME();
|
||||
}
|
||||
break;
|
||||
case ams::svc::KernelTraceState_Disabled:
|
||||
{
|
||||
/* TODO: MESOSPHERE_KTRACE_PAUSE(); */
|
||||
MESOSPHERE_KTRACE_PAUSE();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue