early-access version 1261

Cette révision appartient à :
pineappleEA
2020-12-29 19:51:08 +00:00
Parent 8016e08b0d
révision a5ba8b4937
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@@ -1583,7 +1583,7 @@ static void ExitThread32(Core::System& system) {
/// Sleep the current thread
static void SleepThread(Core::System& system, s64 nanoseconds) {
LOG_DEBUG(Kernel_SVC, "called nanoseconds={}", nanoseconds);
LOG_TRACE(Kernel_SVC, "called nanoseconds={}", nanoseconds);
enum class SleepType : s64 {
YieldWithoutCoreMigration = 0,