summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-316-4/+13
* gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.Gravatar bunnei2018-08-311-0/+1
* core: Make the main System class use the PImpl idiomGravatar Lioncash2018-08-312-2/+4
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-2845-429/+629
* Merge pull request #1193 from lioncash/privGravatar bunnei2018-08-281-6/+6
|\
| * gpu: Make memory_manager privateGravatar Lioncash2018-08-281-6/+6
* | hle/result: Make ResultVal's move constructor as noexceptGravatar Lioncash2018-08-281-1/+1
|/
* Merge pull request #1177 from lioncash/errGravatar bunnei2018-08-274-12/+15
|\
| * kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHEDGravatar Lioncash2018-08-251-2/+4
| * kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONGGravatar Lioncash2018-08-251-2/+1
| * kernel/error: Add error code for the handle table being fullGravatar Lioncash2018-08-253-4/+4
| * kernel/error: Add error code for invalid memory permissionsGravatar Lioncash2018-08-252-3/+4
| * kernel/error: Correct kernel error code for invalid combinationGravatar Lioncash2018-08-251-1/+2
* | Merge pull request #1175 from lioncash/nsGravatar bunnei2018-08-274-6/+8
|\ \
| * | core: Namespace all code in the arm subdirectory under the Core namespaceGravatar Lioncash2018-08-244-6/+8
* | | Merge pull request #1176 from lioncash/infoGravatar bunnei2018-08-271-2/+1
|\ \ \
| * | | svc: Return process title ID if queried in GetInfo()Gravatar Lioncash2018-08-251-2/+1
* | | | Merge pull request #1162 from ogniK5377/ttf-pluGravatar bunnei2018-08-271-5/+51
|\ \ \ \
| * | | | Addressed plu TTF changesGravatar David Marcec2018-08-241-6/+7
| * | | | Added SharedFonts loading via TTFGravatar David Marcec2018-08-231-5/+50
* | | | | Merge pull request #1168 from lioncash/headerGravatar bunnei2018-08-272-1/+4
|\ \ \ \ \
| * | | | | hid: Move core include to cpp fileGravatar Lioncash2018-08-232-1/+4
| | |_|/ / | |/| | |
* | | | | set: Fixed GetAvailableLanguageCodes() to follow the max_entriesGravatar tech4me2018-08-262-8/+45
| |_|_|/ |/| | |
* | | | Merge pull request #1166 from lioncash/typoGravatar Sebastian Valle2018-08-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | filesystem: Fix typo in log messageGravatar Lioncash2018-08-231-1/+1
| |/ /
* | | Merge pull request #1094 from DarkLordZach/nax0Gravatar Mat M2018-08-242-12/+36
|\ \ \ | |/ / |/| |
| * | filesystem: Add CreateFactories methods to fsGravatar Zach Hilman2018-08-232-8/+11
| * | filesystem: Add logging to registration gettersGravatar Zach Hilman2018-08-231-4/+25
| |/
* / Added GetBootMode (#1107)Gravatar David2018-08-234-3/+25
|/
* Added missing include for pl:uGravatar David Marcec2018-08-221-0/+1
* PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)Gravatar David2018-08-211-25/+140
* Merge pull request #1145 from lioncash/fwd-declGravatar bunnei2018-08-213-2/+3
|\
| * vfs: Replace mode.h include with forward declarations where applicableGravatar Lioncash2018-08-213-2/+3
* | am: Utilize std::array within PopLaunchParameter()Gravatar Lioncash2018-08-211-3/+4
|/
* Merge pull request #1129 from lioncash/headerGravatar bunnei2018-08-213-5/+19
|\
| * service/filesystem: Use forward declarations where applicableGravatar Lioncash2018-08-203-5/+19
* | Merge pull request #1122 from lioncash/accGravatar bunnei2018-08-204-57/+61
|\ \ | |/ |/|
| * acc: Replace profile_manager include with a forward declarationGravatar Lioncash2018-08-202-2/+6
| * acc: Simplify WriteBuffer call within LoadImage()Gravatar Lioncash2018-08-201-3/+3
| * acc: Correct IProfile's constructor initializer list orderGravatar Lioncash2018-08-201-1/+1
| * acc: Remove unused DEFAULT_USER_IDGravatar Lioncash2018-08-201-3/+0
| * profile_manager: Use INVALID_UUID in the initializer of last_opened_userGravatar Lioncash2018-08-201-1/+1
| * profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Gravatar Lioncash2018-08-201-1/+1
| * profile_manager: Use type aliases for username data, profile data, and user a...Gravatar Lioncash2018-08-202-19/+22
| * profile_manager: Take ProfileInfo by const reference where applicableGravatar Lioncash2018-08-202-8/+8
| * profile_manager: Make array parameter to CreateNewUser a const referenceGravatar Lioncash2018-08-202-2/+2
| * profile_manager: Remove unnecessary staticGravatar Lioncash2018-08-201-1/+1
| * profile_manager: Simplify UUID's two param constructor, operator==, and opera...Gravatar Lioncash2018-08-201-6/+4
| * profile_manager: Move UUID generation function to the cpp fileGravatar Lioncash2018-08-202-10/+12
| * profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...Gravatar Lioncash2018-08-201-2/+2