aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-07-25Merge pull request #800 from lioncash/setbunnei
2018-07-24Merge pull request #806 from lioncash/friendbunnei
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-24svc: Resolve sign comparison warnings in WaitSynchronization()Lioncash
2018-07-24svc: Log parameters in SetMemoryAttribute()Lioncash
2018-07-24Merge pull request #797 from lioncash/explicitbunnei
2018-07-24Merge pull request #795 from lioncash/declbunnei
2018-07-24Merge pull request #794 from lioncash/refbunnei
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-24ipc_helper: Add helper member function for popping enum values to RequestParserLioncash
2018-07-23Merge pull request #793 from lioncash/privbunnei
2018-07-23core: Make converting constructors explicit where applicableLioncash
2018-07-23apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash
2018-07-23mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by referenceLioncash
2018-07-23VFS Regression and Accuracy Fixes (#776)Zach Hilman
2018-07-23hle_ipc: Make constructors explicit where applicableLioncash
2018-07-23ipc_helpers: Make member variables of ResponseBuilder privateLioncash
2018-07-23Merge pull request #780 from lioncash/movebunnei
2018-07-23Merge pull request #779 from lioncash/sharedbunnei
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-23hle: Remove config_mem.h/.cppLioncash
2018-07-23hle: Remove shared_page.h/.cppLioncash
2018-07-23set: Add missing log call in GetAvailableLanguageCodeCount()Lioncash
2018-07-23Merge pull request #777 from lioncash/langbunnei
2018-07-23set: Implement GetAvailableLanguageCodeCount()Lioncash
2018-07-23set: Correct return code size of value in GetAvailableLanguageCodes()Lioncash
2018-07-22Merge pull request #774 from Subv/atomic_signalbunnei
2018-07-22Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...Subv
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-21Merge pull request #751 from Subv/tpidr_el0bunnei
2018-07-20CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv
2018-07-20Merge pull request #742 from bunnei/misc-apmbunnei
2018-07-20apm: Improve stub for GetPerformanceConfiguration.bunnei
2018-07-20ipc_helpers: Add PushEnum() member function to ResponseBuilderLioncash
2018-07-20Merge pull request #740 from Subv/acc_crashbunnei
2018-07-20Merge pull request #736 from lioncash/nullbunnei
2018-07-20Merge pull request #734 from lioncash/threadbunnei
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-19thread: Convert ThreadStatus into an enum classLioncash
2018-07-19pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()Lioncash