summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ap, aoc_u: Minor cleanup.Gravatar bunnei2017-12-283-4/+1
* service: Add empty interface for pctl:a.Gravatar bunnei2017-12-285-0/+86
* kernel: Add basic support for Domain object.Gravatar bunnei2017-12-284-4/+110
* kernel: Add SyncObject primitive, use it for ClientSession.Gravatar bunnei2017-12-283-10/+40
* svc: Implement MapMemory.Gravatar bunnei2017-12-282-3/+16
* process: Add method to mirror a memory region.Gravatar bunnei2017-12-282-0/+27
* svc: Implement SetHeapSize.Gravatar bunnei2017-12-282-3/+19
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.Gravatar bunnei2017-12-2810-20/+10
* service: Halt on ReportUnimplementedFunction and improve output log.Gravatar bunnei2017-12-281-4/+2
* service: Add empty interface for aoc:u.Gravatar bunnei2017-12-283-0/+42
* service: Return proper result code for IPC::CommandType::Close.Gravatar bunnei2017-10-314-9/+12
* hle: Use Switch formatted result codes.Gravatar bunnei2017-10-315-272/+86
* svc: Implement GetThreadId and GetProcessId.Gravatar bunnei2017-10-232-2/+37
* hle: Fix QueryMemory response for MemoryInfo.Gravatar bunnei2017-10-197-149/+31
* lm: Implement lm::Initialize and Logger::log.Gravatar bunnei2017-10-182-3/+67
* hle_ipc: Only copy necessary fields for outgoing command buffer.Gravatar bunnei2017-10-181-1/+1
* hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.Gravatar bunnei2017-10-182-14/+19
* service: Add CreatePort function (that does not register/install).Gravatar bunnei2017-10-182-0/+12
* ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).Gravatar bunnei2017-10-171-3/+4
* service: Print correct command ID on unimplemented function.Gravatar bunnei2017-10-171-1/+1
* hle: Implement ConvertSessionToDomain, various cleanups.Gravatar bunnei2017-10-1510-33/+82
* hle: Add service stubs for apm and appletOE.Gravatar bunnei2017-10-149-2/+130
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-1415-637/+567
* svc: Some logging cleanup.Gravatar bunnei2017-10-141-7/+5
* svc: Update MemoryInfo flags for 64-bit.Gravatar bunnei2017-10-141-5/+5
* svc: Initial nx impl. for QueryMemory, ConnectToPort, SendSyncRequest, etc.Gravatar bunnei2017-10-141-1185/+185
* Remove more 3DS-specific code.Gravatar bunnei2017-10-134-45/+0
* Remove more 3DS-specific code.Gravatar bunnei2017-10-125-1411/+1
* Remove more 3DS-specific code.Gravatar bunnei2017-10-121-9/+0
* Remove lots more 3DS-specific code.Gravatar bunnei2017-10-1224-4161/+6
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-10184-21488/+2
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-0966-610/+1824
|\
| * Change command header in nwm::UDS Initialize functionGravatar Dragios2017-10-091-1/+1
| * Merge pull request #2991 from Subv/getpointerGravatar Sebastian Valle2017-10-082-55/+49
| |\
| | * SVC: Removed GetPointer usage in the GetResourceLimit functions.Gravatar Subv2017-10-041-10/+16
| | * SVC: Remove GetPointer usage in CreatePort.Gravatar Subv2017-10-042-6/+4
| | * SVC: Replace GetPointer usage with ReadCString in ConnectToPort.Gravatar Subv2017-10-042-20/+9
| | * SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.Gravatar Subv2017-10-042-4/+6
| | * SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.Gravatar Subv2017-10-042-7/+6
| | * SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.Gravatar Subv2017-10-042-8/+8
| * | Merge pull request #2953 from Subv/applet_launchGravatar Sebastian Valle2017-10-042-30/+47
| |\ \
| | * | HLE/APT: Always set up the APT parameter when starting a library applet.Gravatar Subv2017-09-252-30/+47
| * | | Merge pull request #2977 from Subv/shmem_createGravatar bunnei2017-10-031-15/+12
| |\ \ \ | | |_|/ | |/| |
| | * | Kernel/SharedMemory: Don't take over and unmap the source memory block when c...Gravatar Subv2017-10-021-15/+12
| * | | Merge pull request #2971 from Subv/per_process_memopsGravatar Sebastian Valle2017-10-012-0/+12
| |\ \ \
| | * | | Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.Gravatar Subv2017-10-012-0/+12
| * | | | Merge pull request #2974 from Subv/nim_eventGravatar Sebastian Valle2017-10-013-2/+29
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Services/NIM: Implement CheckForSysUpdateEvent.Gravatar Subv2017-09-303-2/+29
| * | | | Moved down_count to CoreTimingGravatar Huw Pascoe2017-09-301-1/+1
| |/ / /
| * | | Services/UDS: Handle the rest of the connection sequence. (#2963)Gravatar B3n302017-09-303-19/+250