| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-19 | Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) | David | |
| * Added svcCreateSharedMemory * Services which are not implemented now throw UNIMPLEMENTED() * clang-format * changed perms to u32 * removed camelcase | |||
| 2018-01-18 | svc: Fix svcGetInfo MapRegionBaseAddr. | bunnei | |
| 2018-01-17 | svc: Rename some entries to match their analogue on SwitchBrew | Lioncash | |
| Makes the codebase a little more consistent with regards to available documentation. Also amends the duplicate case where there was a similar entry at 0x72 named ConnectToPort. | |||
| 2018-01-17 | svc: Add CreateJitMemory and MapJitMemory svc strings | Lioncash | |
| Makes the table match SwitchBrew for these entries | |||
| 2018-01-17 | svc: Clang-format fix. | bunnei | |
| 2018-01-16 | SVC: Correct some return values in svcGetInfo and added TitleId and ↵ | Subv | |
| PrivilegedProcessId stubs. # Conflicts: # src/core/hle/kernel/svc.cpp | |||
| 2018-01-16 | Merge pull request #52 from ogniK5377/fsp | bunnei | |
| added more svcGetInfo pairs for 3.0.0+ support, Changed HEAP_SIZE and TLS_AREA_VADDR. changed mem usage & heap usage stub added, ISelfController, IApplication function stubs. Added SetThreadCoreMask | |||
| 2018-01-16 | SetThreadCoreMask stub, time to implement fsp | David Marcec | |
| 2018-01-16 | Added more svcGetInfo pairs | David Marcec | |
| 2018-01-16 | clang-format | MerryMage | |
| 2018-01-14 | svc: Implement svcMapSharedMemory. | bunnei | |
| 2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei | |
| 2018-01-11 | core: Include <algorithm> where used. | bunnei | |
| 2018-01-11 | svc: Implement GetSystemTick. | bunnei | |
| 2018-01-10 | svc: Stub ResetSignal and CreateTransferMemory | Subv | |
| 2018-01-10 | svc: Stub SetMemoryAttribute | Subv | |
| 2018-01-10 | Threads: Added enum values for the Switch's 4 cpu cores and implemented ↵ | Subv | |
| svcGetInfo(AllowedCpuIdBitmask) | |||
| 2018-01-09 | SVC: Fixed WaitSynchronization with multiple handles when none is ↵ | Subv | |
| immediately ready. | |||
| 2018-01-09 | SVC: Implemented CancelSynchronization. | Subv | |
| 2018-01-09 | SVC: Fixed WaitSynchronization with multiple handles when at least one of ↵ | Subv | |
| them is ready. | |||
| 2018-01-08 | kernel: Rename Semaphore to ConditionVariable. | bunnei | |
| 2018-01-08 | Kernel: Actually wake up the requested number of threads in Semaphore::Release. | Subv | |
| 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. | |||
| 2018-01-08 | Kernel: Properly keep track of mutex lock data in the guest memory. This ↵ | Subv | |
| fixes userland locking/unlocking. | |||
| 2018-01-08 | Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. | Subv | |
| 2018-01-07 | svc: Implement svcSignalProcessWideKey. | bunnei | |
| 2018-01-06 | svc: Implement svcWaitProcessWideKeyAtomic. | bunnei | |
| 2018-01-06 | svc: Implement WaitSynchronization for a single handle. | bunnei | |
| 2018-01-06 | svc: Refactor LockMutex code to use WaitSynchronization1. | bunnei | |
| 2018-01-04 | svc: Add missing string_util include. | bunnei | |
| 2018-01-02 | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | bunnei | |
| 2018-01-02 | svc: Remove unnecessary "svc" prefix to naming scheme. | bunnei | |
| 2018-01-02 | hle: Move SVC code to kernel namespace. | bunnei | |
