aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei
2018-08-31core: Make the main System class use the PImpl idiomLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-28Merge pull request #1193 from lioncash/privbunnei
2018-08-28gpu: Make memory_manager privateLioncash
2018-08-28hle/result: Make ResultVal's move constructor as noexceptLioncash
2018-08-27Merge pull request #1177 from lioncash/errbunnei
2018-08-27Merge pull request #1175 from lioncash/nsbunnei
2018-08-27Merge pull request #1176 from lioncash/infobunnei
2018-08-27Merge pull request #1162 from ogniK5377/ttf-plubunnei
2018-08-27Merge pull request #1168 from lioncash/headerbunnei
2018-08-26set: Fixed GetAvailableLanguageCodes() to follow the max_entriestech4me
2018-08-25kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHEDLioncash
2018-08-25kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONGLioncash
2018-08-25kernel/error: Add error code for the handle table being fullLioncash
2018-08-25kernel/error: Add error code for invalid memory permissionsLioncash
2018-08-25kernel/error: Correct kernel error code for invalid combinationLioncash
2018-08-25Merge pull request #1166 from lioncash/typoSebastian Valle
2018-08-25svc: Return process title ID if queried in GetInfo()Lioncash
2018-08-24Merge pull request #1094 from DarkLordZach/nax0Mat M
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceLioncash
2018-08-23hid: Move core include to cpp fileLioncash
2018-08-23filesystem: Fix typo in log messageLioncash
2018-08-23Added GetBootMode (#1107)David
2018-08-24Addressed plu TTF changesDavid Marcec
2018-08-23filesystem: Add CreateFactories methods to fsZach Hilman
2018-08-23filesystem: Add logging to registration gettersZach Hilman
2018-08-23Added SharedFonts loading via TTFDavid Marcec
2018-08-22Added missing include for pl:uDavid Marcec
2018-08-21PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)David
2018-08-21Merge pull request #1145 from lioncash/fwd-declbunnei
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-21am: Utilize std::array within PopLaunchParameter()Lioncash
2018-08-21Merge pull request #1129 from lioncash/headerbunnei
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-20Merge pull request #1122 from lioncash/accbunnei
2018-08-20Merge pull request #1095 from DarkLordZach/sysarchivesbunnei
2018-08-20acc: Replace profile_manager include with a forward declarationLioncash
2018-08-20acc: Simplify WriteBuffer call within LoadImage()Lioncash
2018-08-20acc: Correct IProfile's constructor initializer list orderLioncash
2018-08-20acc: Remove unused DEFAULT_USER_IDLioncash
2018-08-20profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash
2018-08-20profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash
2018-08-20profile_manager: Use type aliases for username data, profile data, and user a...Lioncash
2018-08-20profile_manager: Take ProfileInfo by const reference where applicableLioncash
2018-08-20profile_manager: Make array parameter to CreateNewUser a const referenceLioncash
2018-08-20profile_manager: Remove unnecessary staticLioncash
2018-08-20profile_manager: Simplify UUID's two param constructor, operator==, and opera...Lioncash
2018-08-20profile_manager: Move UUID generation function to the cpp fileLioncash