aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-02-26Merge pull request #207 from mailwl/duplicatesessionbunnei
2018-02-25Merge pull request #215 from N00byKing/umapsharedmmrybunnei
2018-02-25(Hopefully) Fix MinGW BuildN00byKing
2018-02-25Add UnmapSharedMemoryN00byKing
2018-02-23Merge pull request #212 from mailwl/stubsbunnei
2018-02-23time: Add missing time:s functions, used for libnxshinyquagsire23
2018-02-22Stub more functionsmailwl
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl
2018-02-21time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire23
2018-02-20Add warning if Domain request has no domain message headermailwl
2018-02-20Fix: change check for domain order and existance of domain message headermailwl
2018-02-20IPC: add domain header to response if only it exists in requestmailwl
2018-02-20Merge pull request #206 from mailwl/aoc-listaddoncontentbunnei
2018-02-20Service/AOC: stub ListAddOnContent functionmailwl
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei
2018-02-19service: Add Friend service interface.bunnei
2018-02-19Merge pull request #202 from bunnei/scheduler-cleanupbunnei
2018-02-19scheduler: Cleanup based on PR feedback.bunnei
2018-02-18AM: Corrected the response in EnsureSaveData.Subv
2018-02-18kernel: Use Scheduler class for threading.bunnei
2018-02-18kernel: Add Scheduler, which encapsulates the scheduling loading from Thread ...bunnei
2018-02-18kernel: Remove unused address_arbiter code.bunnei
2018-02-18Merge pull request #201 from Subv/ipc_delay_bunnei
2018-02-18Merge pull request #200 from Subv/bufferproducerfencebunnei
2018-02-18 Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...Subv
2018-02-17nvmap: Make IocFromId return the same existing handle instead of creating a n...Subv
2018-02-17Parcel: Ensure we don't read past the end of the parcels in Vi.Subv
2018-02-17Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.Subv
2018-02-17Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.Subv
2018-02-16Service/hid: stub some functionsmailwl
2018-02-14nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv
2018-02-14Vi: Mark the fences as valid in the DequeueBuffer response parcel.Subv
2018-02-14Vi: Added a missing u32 in the DequeueBuffer response parcel.Subv
2018-02-14Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.Subv
2018-02-14Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...Subv
2018-02-14shared_memory: Remove some checks.bunnei
2018-02-14pl_u: Implement basic shared font loading from RAM dump.bunnei
2018-02-14hid: Stub GetVibrationDeviceInfo and SendVibrationValues.bunnei
2018-02-14Merge pull request #188 from bunnei/refactor-buffer-descriptorbunnei
2018-02-14hle_ipc: Remove const from WriteBuffer size.bunnei
2018-02-14Fix fps counter to correctly measure frame end when there was no frame to drawJames Rowe
2018-02-14nvdrv/interface: Silence formatting specifier warningsLioncash
2018-02-14nvmap: Silence formatting specifier warningsLioncash
2018-02-14nvhost_gpu: Silence formatting specifier warningsLioncash
2018-02-14nvhost_ctrl: Silence formatting specifier warningsLioncash
2018-02-14nvhost_ctrl_gpu: Silence formatting specifier warningsLioncash
2018-02-14nvhost_as_gpu: Silence formatting specifier warningsLioncash
2018-02-14thread: Silence formatting specifier warningsLioncash
2018-02-14vm_manager: Silence formatting specifier warningsLioncash
2018-02-14hle_ipc: Add GetReadBufferSize and check write buffer size.bunnei