early-access version 1261

此提交包含在:
pineappleEA
2020-12-29 19:51:08 +00:00
父節點 8016e08b0d
當前提交 a5ba8b4937
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 1260.
This is the source code for early-access 1261.
## Legal Notice

查看文件

@@ -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,