summaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2018-03-23renderer_opengl: Fixes for properly flushing & rendering the framebuffer.bunnei
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei
2018-03-22nvdisp_disp0: Always flush and invalidate framebuffer region.bunnei
2018-03-22video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei
2018-03-21Service/vi: convert services to modulemailwl
2018-03-20Service: add fatal:u, fatal:p servicesmailwl
2018-03-19Clang FixesN00byKing
2018-03-19oopsN00byKing
2018-03-19Clean Warnings (?)N00byKing
2018-03-18vi: Remove DequeueBuffer and wait until next available buffer.bunnei
2018-03-18hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.bunnei
2018-03-16nvflinger: Remove superfluous buffer format check.bunnei
2018-03-16IGeneralService: fix function listmailwl
2018-03-16Service/NIFM: stub cancel functionmailwl
2018-03-16Service/NIFM: convert to modulemailwl
2018-03-14core: Move process creation out of global state.bunnei
2018-03-04Merge pull request #229 from Subv/ensuresavedata_implbunnei
2018-03-04FS: Stubbed CreateSaveData. It currently does nothing.Subv
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-03-03Merge pull request #226 from Subv/buffer_queue_eventbunnei
2018-03-03Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.Subv
2018-03-03Service/Set: add more servicesmailwl
2018-03-01FS: Implement MountSaveData and some of the IFile interface.Subv
2018-03-01Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv
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-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-18AM: Corrected the response in EnsureSaveData.Subv
2018-02-18Merge pull request #200 from Subv/bufferproducerfencebunnei
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-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-14Fix fps counter to correctly measure frame end when there was no frame to drawJames Rowe