aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Expand)Author
2018-07-25service: Add eupld servicesLioncash
2018-07-25service: Add the erpt servicesLioncash
2018-07-25Merge pull request #824 from lioncash/nvdrvbunnei
2018-07-25Merge pull request #822 from lioncash/pmbunnei
2018-07-25service/nvdrv: Take std::string in Open() by const referenceLioncash
2018-07-25service/nvdrv: Use std::move where applicableLioncash
2018-07-25service/nifm: Deduplicate interface codeLioncash
2018-07-25service: Add pm servicesLioncash
2018-07-25service: Add the es serviceLioncash
2018-07-25Merge pull request #801 from lioncash/timeMat M
2018-07-25time: Add the time:a serviceLioncash
2018-07-25Merge pull request #803 from MerryMage/core_timing_utilbunnei
2018-07-25Merge pull request #800 from lioncash/setbunnei
2018-07-24friend: Add friend:m, friend:s, and friend:v servicesLioncash
2018-07-24friend/interface: Add missing CreateDaemonSuspendSessionService() to the func...Lioncash
2018-07-24friend: Deduplicate interfacesLioncash
2018-07-24Merge pull request #797 from lioncash/explicitbunnei
2018-07-24time: Simplify interface creationLioncash
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-24set_sys: Implement SetColorSetId()Lioncash
2018-07-23core: Make converting constructors explicit where applicableLioncash
2018-07-23apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash
2018-07-23VFS Regression and Accuracy Fixes (#776)Zach Hilman
2018-07-23Merge pull request #780 from lioncash/movebunnei
2018-07-23vi: Add std::is_trivially_copyable checks to Read and Write functionsLioncash
2018-07-23vi: std::move std::vector in constructors where applicableLioncash
2018-07-23set: Add missing log call in GetAvailableLanguageCodeCount()Lioncash
2018-07-23set: Implement GetAvailableLanguageCodeCount()Lioncash
2018-07-23set: Correct return code size of value in GetAvailableLanguageCodes()Lioncash
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-21Merge pull request #760 from lioncash/pathbunnei
2018-07-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-20apm: Improve stub for GetPerformanceConfiguration.bunnei
2018-07-20Merge pull request #740 from Subv/acc_crashbunnei
2018-07-20Merge pull request #736 from lioncash/nullbunnei
2018-07-20HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Subv
2018-07-19audren_u: Use a std::array instead of std::string for holding the audio inter...Lioncash
2018-07-19audout_u: Use a std::array instead of std::string for holding the audio inter...Lioncash
2018-07-19pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()Lioncash
2018-07-19Merge pull request #726 from lioncash/overloadbunnei
2018-07-19Merge pull request #725 from lioncash/bytesbunnei
2018-07-19Merge pull request #728 from Subv/acc_profilebunnei
2018-07-19Merge pull request #727 from Subv/acc_usersbunnei
2018-07-19Merge pull request #724 from lioncash/printfbunnei
2018-07-19Merge pull request #722 from lioncash/signedbunnei
2018-07-19Merge pull request #717 from lioncash/explicitbunnei
2018-07-19HLE/ACC: Return an IProfile that is consistent with what was requested.Subv
2018-07-19HLE/ACC: Change the default user id to be consistent with what we tell games ...Subv
2018-07-19HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv