summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | registration: Add GetEntryUnparsed methodsGravatar Zach Hilman2018-08-232-0/+15
| * | | sdmc_factory: Add SDMC RegisteredCache getterGravatar Zach Hilman2018-08-232-1/+14
| * | | vfs: Add GetOrCreateDirectoryRelative methodGravatar Zach Hilman2018-08-233-9/+13
| * | | filesystem: Add CreateFactories methods to fsGravatar Zach Hilman2018-08-232-8/+11
| * | | filesystem: Add logging to registration gettersGravatar Zach Hilman2018-08-231-4/+25
| * | | loader: Add new NAX-specific errors and messagesGravatar Zach Hilman2018-08-232-1/+27
| * | | nax: Add AppLoader_NAX and update loader to support itGravatar Zach Hilman2018-08-234-2/+121
| * | | xts_encryption_layer: Implement XTSEncryptionLayerGravatar Zach Hilman2018-08-233-1/+81
| * | | aes_util: Make XTSTranscode stricter about sizesGravatar Zach Hilman2018-08-231-5/+2
| * | | ctr_encryption_layer: Fix bug when transcoding small dataGravatar Zach Hilman2018-08-231-5/+3
| * | | xci: Fix error masking issueGravatar Zach Hilman2018-08-233-5/+17
| | |/ | |/|
* | | Merge pull request #1065 from DarkLordZach/window-titleGravatar Zach Hilman2018-08-241-0/+7
|\ \ \ | |_|/ |/| |
| * | qt: Add filename and title id to window title while runningGravatar Zach Hilman2018-08-231-0/+7
| |/
* / Added GetBootMode (#1107)Gravatar David2018-08-234-3/+25
|/
* Merge pull request #1136 from tech4me/masterGravatar bunnei2018-08-222-4/+4
|\
| * qt/main: Port part of citra(#3411), open savedata worksGravatar tech4me2018-08-212-4/+4
* | Merge pull request #840 from FearlessTobi/port-3353Gravatar bunnei2018-08-223-7/+18
|\ \
| * | Port #3353 from CitraGravatar fearlessTobi2018-08-213-7/+18
* | | 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-215-4/+7
|\ \ \
| * | | vfs: Replace mode.h include with forward declarations where applicableGravatar Lioncash2018-08-215-4/+7
* | | | am: Utilize std::array within PopLaunchParameter()Gravatar Lioncash2018-08-211-3/+4
|/ / /
* | | Merge pull request #1143 from lioncash/incGravatar bunnei2018-08-212-1/+1
|\ \ \
| * | | sdmc_factory: Remove unnecessary core includeGravatar Lioncash2018-08-212-1/+1
| | |/ | |/|
* / | perf_stats: Change MAX_LAG_TIME_US to an appropriate valueGravatar MerryMage2018-08-211-1/+1
|/ /
* | Merge pull request #1129 from lioncash/headerGravatar bunnei2018-08-218-8/+34
|\ \
| * | service/filesystem: Use forward declarations where applicableGravatar Lioncash2018-08-206-5/+22
| * | romfs_factory: Remove unnecessary includes and use forward declarations where...Gravatar Lioncash2018-08-203-3/+12
* | | Merge pull request #1126 from lioncash/telemGravatar bunnei2018-08-201-4/+4
|\ \ \
| * | | telemetry_session: Don't allocate std::string instances for program lifetime ...Gravatar Lioncash2018-08-201-4/+4
* | | | 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
| | |/ | |/|
* | | Merge pull request #1095 from DarkLordZach/sysarchivesGravatar bunnei2018-08-208-20/+100
|\ \ \ | |_|/ |/| |
| * | registration: Add Data_Unknown5 NCAContentTypeGravatar Zach Hilman2018-08-203-2/+3
| * | filesystem: Add support for loading of system archivesGravatar Zach Hilman2018-08-187-20/+99
* | | Merge pull request #1064 from lioncash/telemetryGravatar bunnei2018-08-201-62/+7
|\ \ \ | |_|/ |/| |
| * | common/telemetry: Migrate core-independent info gathering to commonGravatar Lioncash2018-08-141-62/+7