summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | FS: Implemented IFileSystem::CreateDirectory.Gravatar Subv2018-03-216-7/+29
| * | 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 DiskFileSystem's OpenDirectory interface.Gravatar Subv2018-03-195-6/+19
| * | FS: Implement DiskFileSystem::GetEntryType for existing files/directories.Gravatar Subv2018-03-191-2/+4
| * | FS: Updated the Directory Entry structure to match the Switch.Gravatar Subv2018-03-195-30/+84
| * | FS: Support the file Append open mode.Gravatar Subv2018-03-192-2/+23
| * | 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-195-0/+79
* | | Service/SSL: add ssl serviceGravatar mailwl2018-03-234-0/+43
* | | Remove more N3DS ReferencesGravatar N00byKing2018-03-222-20/+0
* | | Service/spl: add module and servicesGravatar mailwl2018-03-228-0/+174
| |/ |/|
* | Service/vi: convert services to moduleGravatar mailwl2018-03-218-212/+160
* | Service: add fatal:u, fatal:p servicesGravatar mailwl2018-03-208-0/+144
* | Clang FixesGravatar N00byKing2018-03-194-8/+9
* | oopsGravatar N00byKing2018-03-191-3/+3
* | More Warning cleanupsGravatar N00byKing2018-03-193-3/+3
* | Clean Warnings (?)Gravatar N00byKing2018-03-1914-19/+19
|/
* Merge pull request #193 from N00byKing/3184_2_robotic_boogalooGravatar bunnei2018-03-187-41/+41
|\
| * Implements citra-emu/citra#3184Gravatar N00byKing2018-02-257-41/+41
* | 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-166-2/+18
* | 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-166-11/+6
* | memory: Add regions for map region, "new" map region, etc.Gravatar bunnei2018-03-161-19/+29
* | 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-1420-66/+81
* | Merge pull request #229 from Subv/ensuresavedata_implGravatar bunnei2018-03-0412-43/+91
|\ \
| * | FS: Use the correct error code when trying to open files that don't exist.Gravatar Subv2018-03-042-26/+6
| * | 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-048-17/+70
* | | 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-0312-10/+348
|/ /
* | Merge pull request #216 from Subv/savedataGravatar bunnei2018-03-0120-39/+541
|\ \
| * | SaveData: Use the current titleid when opening the savedata archive.Gravatar Subv2018-03-011-2/+3
| * | Kernel: Store the program id in the Process class instead of the CodeSet class.Gravatar Subv2018-03-017-21/+20
| * | FS: Implement MountSaveData and some of the IFile interface.Gravatar Subv2018-03-012-0/+189