- Jun 18, 2018
-
-
Jules Blok authored
-
- Feb 25, 2018
- Feb 22, 2018
-
-
mailwl authored
-
- Feb 18, 2018
-
-
bunnei authored
-
- Feb 04, 2018
- Feb 03, 2018
- Jan 25, 2018
-
-
bunnei authored
-
- Jan 20, 2018
-
-
James Rowe authored
-
David authored
* Added svcCreateSharedMemory * Services which are not implemented now throw UNIMPLEMENTED() * clang-format * changed perms to u32 * removed camelcase
-
- Jan 19, 2018
-
-
bunnei authored
-
- Jan 18, 2018
- Jan 17, 2018
-
-
bunnei authored
-
- Jan 16, 2018
-
-
Subv authored
# Conflicts: # src/core/hle/kernel/svc.cpp
-
David Marcec authored
-
David Marcec authored
-
MerryMage authored
-
- Jan 14, 2018
-
-
bunnei authored
-
- Jan 13, 2018
-
-
bunnei authored
-
- Jan 12, 2018
- Jan 11, 2018
- Jan 10, 2018
-
-
Subv authored
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
-
- Jan 09, 2018
-
-
Subv authored
-
Subv authored
-
Subv authored
-
bunnei authored
-
Subv authored
Also properly keep track of data in guest memory, this fixes managing the semaphore from userland. It was found that Semaphores are actually Condition Variables, with Release(1) and Release(-1) being equivalent to notify_one and notify_all. We should change the name of the class to reflect this.
-
Subv authored
Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.
-
Subv authored
-
- Jan 07, 2018
-
-
bunnei authored
-
- Jan 06, 2018
- Jan 05, 2018
-
-
bunnei authored
-
- Jan 03, 2018
-
-
bunnei authored
-