David
|
0b6da0c1ab
|
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
* Added svcCreateSharedMemory
* Services which are not implemented now throw UNIMPLEMENTED()
* clang-format
* changed perms to u32
* removed camelcase
|
2018-01-19 19:35:25 -05:00 |
|
bunnei
|
974362bc12
|
svc: Implement svcMapSharedMemory.
|
2018-01-14 17:20:55 -05:00 |
|
bunnei
|
1247c53786
|
yuzu: Update license text to be consistent across project.
|
2018-01-13 16:22:39 -05:00 |
|
bunnei
|
97ef21e166
|
svc: Implement GetSystemTick.
|
2018-01-11 21:59:31 -05:00 |
|
Subv
|
ba02f0deef
|
svc: Stub ResetSignal and CreateTransferMemory
|
2018-01-10 23:27:59 -05:00 |
|
Subv
|
0a1278081e
|
svc: Stub SetMemoryAttribute
|
2018-01-10 23:27:56 -05:00 |
|
Subv
|
8d9250fa70
|
SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready.
|
2018-01-09 11:53:50 -05:00 |
|
bunnei
|
4236799832
|
kernel: Rename Semaphore to ConditionVariable.
|
2018-01-08 21:41:37 -05:00 |
|
bunnei
|
bc8ef64804
|
svc: Implement svcSignalProcessWideKey.
|
2018-01-07 16:55:17 -05:00 |
|
bunnei
|
5017038ca7
|
svc: Implement svcWaitProcessWideKeyAtomic.
|
2018-01-06 16:14:12 -05:00 |
|
bunnei
|
480906fe1b
|
hle: Move SVC code to kernel namespace.
|
2018-01-02 20:40:30 -05:00 |
|