summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Merge pull request #2946 from Subv/home_menu_aptGravatar Sebastian Valle2017-09-303-8/+45
| |\ \ \
| | * | | HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the...Gravatar Subv2017-09-243-2/+26
| | * | | HLE/APT: Prepare the APT Wakeup parameter when the game calls InitializeGravatar Subv2017-09-241-6/+19
| | | |/ | | |/|
| * | | Merge pull request #2967 from Subv/thread_wakeup_callbacksGravatar Sebastian Valle2017-09-304-17/+91
| |\ \ \ | | |_|/ | |/| |
| | * | Kernel/Threads: When putting a thread to wait, specify a function to execute ...Gravatar Subv2017-09-284-17/+91
| * | | Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-3021-56/+59
| * | | Kernel/Thread: Allow specifying which process a thread belongs to when creati...Gravatar Subv2017-09-264-17/+22
| |/ /
| * | HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Gravatar Subv2017-09-252-1/+24
| * | Merge pull request #2952 from MerryMage/page-tablesGravatar B3n302017-09-251-7/+4
| |\ \
| | * | memory: Add GetCurrentPageTable/SetCurrentPageTableGravatar MerryMage2017-09-241-7/+4
| | |/
| * | Merge pull request #2948 from Subv/register_serviceGravatar B3n302017-09-254-1/+33
| |\ \
| | * | HLE/SRV: Implemented RegisterService.Gravatar Subv2017-09-244-1/+33
| | |/
| * / Services/UDS: Added a function to send EAPoL-Start packets (#2920)Gravatar B3n302017-09-255-88/+250
| |/