summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Service/SSL: add ssl serviceGravatar mailwl2018-03-233-0/+41
* | | | Service/spl: add module and servicesGravatar mailwl2018-03-227-0/+168
| |/ / |/| |
* | | Service/vi: convert services to moduleGravatar mailwl2018-03-218-212/+160
* | | Service: add fatal:u, fatal:p servicesGravatar mailwl2018-03-207-0/+138
* | | Clang FixesGravatar N00byKing2018-03-193-7/+7
* | | oopsGravatar N00byKing2018-03-191-3/+3
* | | More Warning cleanupsGravatar N00byKing2018-03-192-2/+2
* | | Clean Warnings (?)Gravatar N00byKing2018-03-1910-15/+15
|/ /
* | vi: Remove DequeueBuffer and wait until next available buffer.Gravatar bunnei2018-03-183-12/+49
* | hle_ipc: Add SleepClientThread to block current thread within HLE routines.Gravatar bunnei2018-03-182-0/+47
* | hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.Gravatar bunnei2018-03-182-9/+9
* | hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.Gravatar bunnei2018-03-183-7/+14
* | thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.Gravatar bunnei2018-03-183-20/+6
* | nvflinger: Remove superfluous buffer format check.Gravatar bunnei2018-03-161-3/+1
* | process: MirrorMemory should use MemoryState::Mapped.Gravatar bunnei2018-03-161-1/+1
* | process: Unmap previously allocated heap.Gravatar bunnei2018-03-161-1/+3
* | arm_interface: Support unmapping previously mapped memory.Gravatar bunnei2018-03-161-0/+3
* | svc: Use more correct values for GetInfo MapRegion and NewMapRegion.Gravatar bunnei2018-03-163-29/+5
* | kernel: Move stack region outside of application heap.Gravatar bunnei2018-03-163-8/+3
* | process: Fix stack memory state.Gravatar bunnei2018-03-161-2/+4
* | MemoryState: Add additional memory states and improve naming.Gravatar bunnei2018-03-165-18/+45
* | IGeneralService: fix function listGravatar mailwl2018-03-161-2/+3
* | Service/NIFM: stub cancel functionGravatar mailwl2018-03-161-1/+6
* | Service/NIFM: convert to moduleGravatar mailwl2018-03-168-122/+75
* | core: Move process creation out of global state.Gravatar bunnei2018-03-1411-39/+43
* | Merge pull request #229 from Subv/ensuresavedata_implGravatar bunnei2018-03-045-2/+55
|\ \
| * | FS: Stubbed CreateSaveData. It currently does nothing.Gravatar Subv2018-03-042-0/+15
| * | FS: Make EnsureSaveData create the savedata folder when called for the first ...Gravatar Subv2018-03-043-2/+40
* | | CoreTiming: Unschedule the pending events when an Interface is destroyed.Gravatar Subv2018-03-043-2/+10
|/ /
* | Merge pull request #226 from Subv/buffer_queue_eventGravatar bunnei2018-03-031-0/+3
|\ \
| * | Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.Gravatar Subv2018-03-031-0/+3
* | | Service/Set: add more servicesGravatar mailwl2018-03-0311-10/+340
|/ /
* | Merge pull request #216 from Subv/savedataGravatar bunnei2018-03-017-13/+209
|\ \
| * | Kernel: Store the program id in the Process class instead of the CodeSet class.Gravatar Subv2018-03-012-9/+8
| * | FS: Implement MountSaveData and some of the IFile interface.Gravatar Subv2018-03-012-0/+189
| * | Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Gravatar Subv2018-03-012-2/+10
| * | ResultCode: Mark any error code that isn't 0 as an error.Gravatar Subv2018-02-271-2/+2
| |/
* / thread: Clear the process list on shutdown.Gravatar Jules Blok2018-02-271-1/+3
|/
* Merge pull request #207 from mailwl/duplicatesessionGravatar bunnei2018-02-263-6/+12
|\
| * Add warning if Domain request has no domain message headerGravatar mailwl2018-02-201-0/+3
| * Fix: change check for domain order and existance of domain message headerGravatar mailwl2018-02-203-3/+4
| * IPC: add domain header to response if only it exists in requestGravatar mailwl2018-02-203-6/+8
* | Merge pull request #215 from N00byKing/umapsharedmmryGravatar bunnei2018-02-252-1/+17
|\ \
| * | (Hopefully) Fix MinGW BuildGravatar N00byKing2018-02-251-1/+1
| * | Add UnmapSharedMemoryGravatar N00byKing2018-02-252-1/+17
* | | Merge pull request #212 from mailwl/stubsGravatar bunnei2018-02-239-8/+110
|\ \ \
| * | | Stub more functionsGravatar mailwl2018-02-227-8/+90
| * | | Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsGravatar mailwl2018-02-224-0/+20
| |/ /
* / / time: Add missing time:s functions, used for libnxGravatar shinyquagsire232018-02-231-0/+4
|/ /
* / time: Add GetStandardLocalSystemClock, used by libnxGravatar shinyquagsire232018-02-213-0/+9
|/