summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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 ↵Gravatar Subv2018-03-195-0/+79
| | | | | | | | | | | | | | | | startup.
* | | | 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
|\ \ | | | | | | Implement Pull #3184 from citra: core/arm: Improve timing accuracy before service calls in JIT (Rebased)
| * | 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: Make EnsureSaveData create the save data if it doesn't already exist.
| * | | 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
| | | | | | | | | | | | | | | | time.
* | | | 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
| * | | Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.Gravatar Subv2018-03-031-0/+3
| | | | | | | | | | | | | | | | | | | | This prevents a thread starvation issue in Puyo Puyo Tetris. We should hwtest this behavior and figure out where exactly this event is signaled.
* | | | Service/Set: add more servicesGravatar mailwl2018-03-0312-10/+348
|/ / /
* | | Merge pull request #216 from Subv/savedataGravatar bunnei2018-03-0120-39/+541
|\ \ \ | | | | | | | | Implemented the SaveData archive and MountSaveData.
| * | | 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
| | | | | | | | | | | | | | | | There may be many CodeSets per Process, so it's wasteful and overcomplicated to store the program id in each of them.
| * | | 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-0110-16/+329
| | | |
| * | | 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
|\ \ | | | | | | IPC: add domain header to response if only it exists in request