mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-30 15:02:42 +02:00
kern: bugfix, turn on auditing for the time being
This commit is contained in:
parent
6930294583
commit
09ef619c51
@ -15,6 +15,8 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define MESOSPHERE_BUILD_FOR_AUDITING
|
||||||
|
|
||||||
/* All kernel code should have access to libvapours. */
|
/* All kernel code should have access to libvapours. */
|
||||||
#include <vapours.hpp>
|
#include <vapours.hpp>
|
||||||
|
|
||||||
|
@ -375,7 +375,7 @@ namespace ams::kern {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Get the next suggestion. */
|
/* Get the next suggestion. */
|
||||||
suggested = priority_queue.GetScheduledNext(core_id, suggested);
|
suggested = priority_queue.GetSuggestedNext(core_id, suggested);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user