summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| | |/ / / | |/| | |
* | | | | Merge pull request #1171 from lioncash/trueGravatar bunnei2018-08-271-7/+4
|\ \ \ \ \
| * | | | | core: Remove always true conditionals in Load()Gravatar Lioncash2018-08-241-7/+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-2427-81/+806
|\ \ \
| * | | file_sys/crypto: Fix missing/unnecessary includesGravatar Zach Hilman2018-08-249-5/+10
| * | | xci: Ignore NCA files with updates in secureGravatar Zach Hilman2018-08-231-0/+3
| * | | content_archive: Add update title detectionGravatar Zach Hilman2018-08-232-0/+11
| * | | key_manager: Eliminate indexed for loopGravatar Zach Hilman2018-08-231-6/+13
| * | | key_manager: Create keys dir if it dosen't existGravatar Zach Hilman2018-08-232-0/+2
| * | | file_sys: Cut down on includes and copiesGravatar Zach Hilman2018-08-237-19/+30
| * | | crypto: Eliminate magic constantsGravatar Zach Hilman2018-08-234-32/+38
| * | | key_manager: Add support for autogenerated keysGravatar Zach Hilman2018-08-232-3/+45
| * | | key_manager: Add support for KEK and SD seed derivationGravatar Zach Hilman2018-08-232-5/+135
| * | | key_manager: Switch to boost flat_map for keysGravatar Zach Hilman2018-08-232-32/+14
| * | | file_sys: Implement NAX containersGravatar Zach Hilman2018-08-233-0/+238
| * | | 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