summaryrefslogtreecommitdiff
path: root/src/core/hle (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-06core: Migrate current_process pointer to the kernelGravatar Lioncash2-0/+23
2018-09-06core/core: Remove unnecessary sm/controller includeGravatar Lioncash4-1/+5
2018-09-04bktr: Fix bucket overlap errorGravatar Zach Hilman1-1/+1
2018-09-04registration: Add RegisteredCacheUnionGravatar Zach Hilman2-0/+10
2018-09-03file_sys: Replace includes with forward declarations where applicableGravatar Lioncash1-1/+3
2018-09-02service: Migrate global named port map to the KernelCore classGravatar Lioncash5-19/+51
2018-09-02ssl: Move SSL class to cpp fileGravatar Lioncash2-37/+39
2018-09-02filesystem: Move dir retrieval after path checking in DeleteFile()Gravatar Lioncash1-2/+5
2018-08-31filesystem: Implement OpenReadOnlySaveDataFilesystemGravatar Zach Hilman2-1/+7
2018-08-31filesystem: Add OpenFileSystemWithPatchGravatar Zach Hilman2-1/+23
2018-08-31core/core: Replace includes with forward declarations where applicableGravatar Lioncash6-4/+13
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.Gravatar bunnei1-0/+1
2018-08-31core: Make the main System class use the PImpl idiomGravatar Lioncash2-2/+4
2018-08-28kernel: Eliminate kernel global stateGravatar Lioncash45-429/+629
2018-08-28gpu: Make memory_manager privateGravatar Lioncash1-6/+6
2018-08-28hle/result: Make ResultVal's move constructor as noexceptGravatar Lioncash1-1/+1
2018-08-26set: Fixed GetAvailableLanguageCodes() to follow the max_entriesGravatar tech4me2-8/+45
2018-08-25kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHEDGravatar Lioncash1-2/+4
2018-08-25kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONGGravatar Lioncash1-2/+1
2018-08-25kernel/error: Add error code for the handle table being fullGravatar Lioncash3-4/+4
2018-08-25kernel/error: Add error code for invalid memory permissionsGravatar Lioncash2-3/+4
2018-08-25kernel/error: Correct kernel error code for invalid combinationGravatar Lioncash1-1/+2
2018-08-25svc: Return process title ID if queried in GetInfo()Gravatar Lioncash1-2/+1
2018-08-24core: Namespace all code in the arm subdirectory under the Core namespaceGravatar Lioncash4-6/+8
2018-08-23hid: Move core include to cpp fileGravatar Lioncash2-1/+4
2018-08-23filesystem: Fix typo in log messageGravatar Lioncash1-1/+1
2018-08-23Added GetBootMode (#1107)Gravatar David4-3/+25
2018-08-24Addressed plu TTF changesGravatar David Marcec1-6/+7
2018-08-23filesystem: Add CreateFactories methods to fsGravatar Zach Hilman2-8/+11
2018-08-23filesystem: Add logging to registration gettersGravatar Zach Hilman1-4/+25
2018-08-23Added SharedFonts loading via TTFGravatar David Marcec1-5/+50
2018-08-22Added missing include for pl:uGravatar David Marcec1-0/+1
2018-08-21PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)Gravatar David1-25/+140
2018-08-21vfs: Replace mode.h include with forward declarations where applicableGravatar Lioncash3-2/+3
2018-08-21am: Utilize std::array within PopLaunchParameter()Gravatar Lioncash1-3/+4
2018-08-20service/filesystem: Use forward declarations where applicableGravatar Lioncash3-5/+19
2018-08-20acc: Replace profile_manager include with a forward declarationGravatar Lioncash2-2/+6
2018-08-20acc: Simplify WriteBuffer call within LoadImage()Gravatar Lioncash1-3/+3
2018-08-20acc: Correct IProfile's constructor initializer list orderGravatar Lioncash1-1/+1
2018-08-20acc: Remove unused DEFAULT_USER_IDGravatar Lioncash1-3/+0
2018-08-20profile_manager: Use INVALID_UUID in the initializer of last_opened_userGravatar Lioncash1-1/+1
2018-08-20profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Gravatar Lioncash1-1/+1
2018-08-20profile_manager: Use type aliases for username data, profile data, and user a...Gravatar Lioncash2-19/+22
2018-08-20profile_manager: Take ProfileInfo by const reference where applicableGravatar Lioncash2-8/+8
2018-08-20profile_manager: Make array parameter to CreateNewUser a const referenceGravatar Lioncash2-2/+2
2018-08-20profile_manager: Remove unnecessary staticGravatar Lioncash1-1/+1
2018-08-20profile_manager: Simplify UUID's two param constructor, operator==, and opera...Gravatar Lioncash1-6/+4
2018-08-20profile_manager: Move UUID generation function to the cpp fileGravatar Lioncash2-10/+12
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...Gravatar Lioncash1-2/+2
2018-08-20Added CheckFreeCommunicationPermissionGravatar David Marcec1-1/+8