aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
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
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 #721 from lioncash/svcbunnei
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
2018-07-19Merge pull request #716 from lioncash/constructbunnei
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-19Merge pull request #715 from lioncash/const-refbunnei
2018-07-19Merge pull request #720 from Subv/getentrytype_rootSebastian Valle
2018-07-19pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()Lioncash
2018-07-19svc: Correct always true assertion case in SetThreadCoreMaskLioncash
2018-07-19pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrd...Lioncash
2018-07-19Merge pull request #714 from lioncash/indexSebastian Valle
2018-07-19Merge pull request #712 from lioncash/fspbunnei
2018-07-19hid: Use a ranged-for loops in UpdatePadCallbackLioncash
2018-07-19hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayLioncash
2018-07-19Filesystem: Return EntryType::Directory for the root directory.Subv
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-19nvflinger: Emplace Display instances directlyLioncash
2018-07-19nvdrv: Take std::string by const reference in GetDevice()Lioncash
2018-07-19hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB...Lioncash
2018-07-19fsp_srv: Remove unnecessary vector construction in IFile's Write() functionLioncash