David
|
61a92c7347
|
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
|
e9e51c7181
|
svc: Implement svcMapSharedMemory.
|
2018-01-14 17:20:55 -05:00 |
|
bunnei
|
182548ec86
|
yuzu: Update license text to be consistent across project.
|
2018-01-13 16:22:39 -05:00 |
|
bunnei
|
e2db6b98fe
|
svc: Implement GetSystemTick.
|
2018-01-11 21:59:31 -05:00 |
|
Subv
|
edeb55d78b
|
svc: Stub ResetSignal and CreateTransferMemory
|
2018-01-10 23:27:59 -05:00 |
|
Subv
|
377e2a79b5
|
svc: Stub SetMemoryAttribute
|
2018-01-10 23:27:56 -05:00 |
|
Subv
|
84d05d5b6c
|
SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready.
|
2018-01-09 11:53:50 -05:00 |
|
bunnei
|
7a59da7834
|
kernel: Rename Semaphore to ConditionVariable.
|
2018-01-08 21:41:37 -05:00 |
|
bunnei
|
1aac4945d2
|
svc: Implement svcSignalProcessWideKey.
|
2018-01-07 16:55:17 -05:00 |
|
bunnei
|
2720d550b7
|
svc: Implement svcWaitProcessWideKeyAtomic.
|
2018-01-06 16:14:12 -05:00 |
|
bunnei
|
b328c577ef
|
hle: Move SVC code to kernel namespace.
|
2018-01-02 20:40:30 -05:00 |
|