summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Merge pull request #206 from mailwl/aoc-listaddoncontentGravatar bunnei2018-02-202-2/+26
|\
| * Service/AOC: stub ListAddOnContent functionGravatar mailwl2018-02-202-2/+26
* | acc_u0: Stub ListOpenUsers service function.Gravatar bunnei2018-02-192-1/+11
* | service: Add Friend service interface.Gravatar bunnei2018-02-195-0/+96
|/
* Merge pull request #202 from bunnei/scheduler-cleanupGravatar bunnei2018-02-197-369/+223
|\
| * scheduler: Cleanup based on PR feedback.Gravatar bunnei2018-02-192-4/+3
| * kernel: Use Scheduler class for threading.Gravatar bunnei2018-02-183-172/+16
| * kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...Gravatar bunnei2018-02-182-0/+208
| * kernel: Remove unused address_arbiter code.Gravatar bunnei2018-02-184-197/+0
* | AM: Corrected the response in EnsureSaveData.Gravatar Subv2018-02-181-1/+2
|/
* Merge pull request #201 from Subv/ipc_delay_Gravatar bunnei2018-02-184-50/+63
|\
| * Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...Gravatar Subv2018-02-184-50/+63
* | Merge pull request #200 from Subv/bufferproducerfenceGravatar bunnei2018-02-185-28/+68
|\ \ | |/ |/|
| * nvmap: Make IocFromId return the same existing handle instead of creating a n...Gravatar Subv2018-02-171-5/+2
| * Parcel: Ensure we don't read past the end of the parcels in Vi.Gravatar Subv2018-02-171-0/+5
| * Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.Gravatar Subv2018-02-171-2/+2
| * Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.Gravatar Subv2018-02-171-1/+2
| * nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Gravatar Subv2018-02-142-0/+25
| * Vi: Mark the fences as valid in the DequeueBuffer response parcel.Gravatar Subv2018-02-141-0/+3
| * Vi: Added a missing u32 in the DequeueBuffer response parcel.Gravatar Subv2018-02-141-0/+1
| * Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.Gravatar Subv2018-02-141-4/+2
| * Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...Gravatar Subv2018-02-142-18/+28
* | Service/hid: stub some functionsGravatar mailwl2018-02-164-1/+98
* | shared_memory: Remove some checks.Gravatar bunnei2018-02-141-13/+0
* | pl_u: Implement basic shared font loading from RAM dump.Gravatar bunnei2018-02-145-0/+178