summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Service/sockets: add bsd:s, nsd:a, nsd:u servicesGravatar mailwl2018-03-257-30/+92
|/ /
* | Merge pull request #265 from bunnei/tegra-progress-2Gravatar bunnei2018-03-232-6/+7
|\ \
| * | renderer_opengl: Fixes for properly flushing & rendering the framebuffer.Gravatar bunnei2018-03-231-6/+0
| * | renderer_opengl: Better handling of framebuffer transform flags.Gravatar bunnei2018-03-232-3/+3
| * | nvdisp_disp0: Always flush and invalidate framebuffer region.Gravatar bunnei2018-03-221-0/+7
| * | video_core: Move FramebufferInfo to FramebufferConfig in GPU.Gravatar bunnei2018-03-221-3/+3
* | | Merge pull request #255 from Subv/sd_cardGravatar bunnei2018-03-233-2/+106
|\ \ \
| * | | FS: Implemented IFileSystem::CreateDirectory.Gravatar Subv2018-03-211-0/+15
| * | | FS: Implemented IFileSystem's OpenDirectory function.Gravatar Subv2018-03-191-0/+28
| * | | FS: Added the IDirectory IPC interface and implemented its two functions.Gravatar Subv2018-03-191-0/+51
| * | | FS: Implement MountSdCard.Gravatar Subv2018-03-191-2/+6
| * | | FS: Added an SDMC archive factory and registered it to the SDMC archive on st...Gravatar Subv2018-03-192-0/+6
* | | | 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
|/