merge to build AppImages #1

Merged
qurious-pixel merged 25 commits from main into main 2020-12-30 19:14:53 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fe2613b4c9 - Show all commits

View file

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

View file

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