summaryrefslogtreecommitdiff
path: root/src/core/hle/service (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/core: Remove unnecessary sm/controller includeGravatar Lioncash2018-09-064-1/+5
* bktr: Fix bucket overlap errorGravatar Zach Hilman2018-09-041-1/+1
* registration: Add RegisteredCacheUnionGravatar Zach Hilman2018-09-042-0/+10
* Merge pull request #1235 from lioncash/forward-declGravatar bunnei2018-09-041-1/+3
|\
| * file_sys: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-031-1/+3
* | Merge pull request #1230 from lioncash/sslGravatar bunnei2018-09-042-37/+39
|\ \ | |/ |/|
| * ssl: Move SSL class to cpp fileGravatar Lioncash2018-09-022-37/+39
* | service: Migrate global named port map to the KernelCore classGravatar Lioncash2018-09-022-14/+2
* | Merge pull request #1213 from DarkLordZach/octopath-fsGravatar bunnei2018-09-022-2/+30
|\ \
| * | filesystem: Implement OpenReadOnlySaveDataFilesystemGravatar Zach Hilman2018-08-312-1/+7
| * | filesystem: Add OpenFileSystemWithPatchGravatar Zach Hilman2018-08-312-1/+23
| |/
* / filesystem: Move dir retrieval after path checking in DeleteFile()Gravatar Lioncash2018-09-021-2/+5
|/
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-311-0/+1
* 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-2812-23/+51
* gpu: Make memory_manager privateGravatar Lioncash2018-08-281-6/+6
* 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