summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | file_sys: Add class to manage game patchesGravatar Zach Hilman2018-09-042-0/+132
| * | | file_sys: Add BKTR patching mechanismGravatar Zach Hilman2018-09-042-0/+352
| * | | content_archive: Add BKTR header parsing to NCAGravatar Zach Hilman2018-09-042-19/+160
| * | | registration: Add RegisteredCacheUnionGravatar Zach Hilman2018-09-044-0/+164
| * | | game_list: Use RegisteredCacheUnion for installedGravatar Zach Hilman2018-09-043-5/+3
| * | | aes_util: Fix error involving reads of less than 0x10Gravatar Zach Hilman2018-09-041-0/+14
* | | | gl_rasterizer: Skip TODO log.Gravatar Markus Wick2018-09-051-1/+1
| |/ / |/| |
* | | renderer_opengl: Implement a buffer cache.Gravatar Markus Wick2018-09-055-86/+182
| |/ |/|
* | Merge pull request #1240 from degasus/optimizationsGravatar bunnei2018-09-044-15/+23
|\ \ | |/ |/|
| * gl_shader_cache: Use an u32 for the binding point cache.Gravatar Markus Wick2018-09-044-15/+23
* | main: Only show DRD deprecation warning onceGravatar Zach Hilman2018-09-047-6/+19
* | control_metadata: Use alternate language names if AmericanEnglish isn't avail...Gravatar Zach Hilman2018-09-042-4/+17
* | card_image: Add program title ID getterGravatar Zach Hilman2018-09-042-0/+6
* | qt: Add deprecation warnings for DRD formatGravatar Zach Hilman2018-09-041-0/+10
* | registration: Fix NSP installation errorsGravatar Zach Hilman2018-09-041-1/+1
* | nsp: Comply with style and performance guidelinesGravatar Zach Hilman2018-09-047-29/+48
* | qt: Add UI support for NSP filesGravatar Zach Hilman2018-09-043-2/+7
* | registration: Add support for installing NSP filesGravatar Zach Hilman2018-09-043-16/+34
* | loader: Add AppLoader for NSP filesGravatar Zach Hilman2018-09-042-0/+182
* | card_image: Parse XCI secure partition with NSPGravatar Zach Hilman2018-09-044-11/+38
* | file_sys: Add Nintendo Submission Package (NSP)Gravatar Zach Hilman2018-09-042-0/+296
* | drd: Load title ID from program metadataGravatar Zach Hilman2018-09-041-3/+1
* | loader: Add NSP file type and NSP-specific errorsGravatar Zach Hilman2018-09-042-2/+14
* | key_manager: Avoid autogeneration if key existsGravatar Zach Hilman2018-09-041-3/+13
|/
* Merge pull request #1238 from lioncash/explicitGravatar bunnei2018-09-043-8/+8
|\
| * common/logging: Amend documentation commentsGravatar Lioncash2018-09-042-6/+6
| * common/logging/filter: Replace C-style case with C++ static_castGravatar Lioncash2018-09-041-1/+1
| * common/logging/filter: Make constructor explicitGravatar Lioncash2018-09-041-1/+1
* | Merge pull request #1237 from degasus/optimizationsGravatar bunnei2018-09-044-7/+7
|\ \
| * | core: Use a raw pointer in GetGPUDebugContext.Gravatar Markus Wick2018-09-042-3/+3
| * | command_processor: Use std::array for bound_engines.Gravatar Markus Wick2018-09-042-4/+4
| |/
* | Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirsGravatar bunnei2018-09-046-0/+79
|\ \
| * | qt: Add message about not moving contents on dir changeGravatar Zach Hilman2018-09-032-6/+23
| * | qt: Add UI options to change NAND/SD dirsGravatar Zach Hilman2018-09-033-0/+36
| * | settings: Save and load NAND/SD dirs from configGravatar Zach Hilman2018-09-033-0/+26
* | | Merge pull request #1232 from lioncash/copyGravatar bunnei2018-09-041-1/+1
|\ \ \
| * | | gl_shader_decompiler: Use used_shaders member variable directly within Genera...Gravatar Lioncash2018-09-021-1/+1
| |/ /
* | | Merge pull request #1235 from lioncash/forward-declGravatar bunnei2018-09-0422-27/+64
|\ \ \
| * | | file_sys: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-0322-27/+64
| | |/ | |/|
* | | Merge pull request #1236 from degasus/microprofileGravatar bunnei2018-09-044-5/+21
|\ \ \
| * | | Update microprofile scopes.Gravatar Markus Wick2018-09-044-5/+21
| |/ /
* | | Merge pull request #1230 from lioncash/sslGravatar bunnei2018-09-042-37/+39
|\ \ \ | |/ / |/| |
| * | ssl: Move SSL class to cpp fileGravatar Lioncash2018-09-022-37/+39
* | | Merge pull request #1231 from lioncash/globalGravatar bunnei2018-09-035-19/+51
|\ \ \
| * | | service: Migrate global named port map to the KernelCore classGravatar Lioncash2018-09-025-19/+51
| | |/ | |/|
* / | vfs_real: Forward declare IOFileGravatar Lioncash2018-09-0213-15/+45
|/ /
* | Merge pull request #1213 from DarkLordZach/octopath-fsGravatar bunnei2018-09-023-4/+33
|\ \
| * | maxwell_3d: Use CoreTiming for query timestampGravatar Zach Hilman2018-08-311-2/+3
| * | filesystem: Implement OpenReadOnlySaveDataFilesystemGravatar Zach Hilman2018-08-312-1/+7
| * | filesystem: Add OpenFileSystemWithPatchGravatar Zach Hilman2018-08-312-1/+23
| |/