| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-06 | core: Migrate current_process pointer to the kernel | Lioncash | |
| Given we now have the kernel as a class, it doesn't make sense to keep the current process pointer within the System class, as processes are related to the kernel. This also gets rid of a subtle case where memory wouldn't be freed on core shutdown, as the current_process pointer would never be reset, causing the pointed to contents to continue to live. | |||
| 2018-09-06 | Merge pull request #1250 from lioncash/file-sys | bunnei | |
| file_sys/{nca_patch, patch_manager}: Amend unnecessary/missing includes. | |||
| 2018-09-06 | core/core: Remove unnecessary sm/controller include | Lioncash | |
| The only reason this include was necessary, was because the constructor wasn't defaulted in the cpp file and the compiler would inline it wherever it was used. However, given Controller is forward declared, all those inlined constructors would see an incomplete type, causing a compilation failure. So, we just place the constructor in the cpp file, where it can see the complete type definition, allowing us to remove this include. | |||
| 2018-09-06 | file_sys/nca_patch: Amend constructor initializer list order | Lioncash | |
| Orders the elements in the initializer list in the order they're specified in the class. This prevents compiler warnings about initialization order. | |||
| 2018-09-06 | file_sys/nca_patch: Remove unnecessary includes | Lioncash | |
| romfs.h doesn't need to be included in the header, the only real dependency here is common's swap.h that needs to be included. | |||
| 2018-09-06 | file_sys/patch_manager: Add missing includes | Lioncash | |
| These includes were previously being satisfied indirectly. | |||
| 2018-09-05 | Merge pull request #1242 from lioncash/file-sys | bunnei | |
| file_sys/submission_package: Replace includes with forward declarations where applicable | |||
| 2018-09-05 | file_sys/submission_package: Correct constructor initialization list order | Lioncash | |
| Orders the elements in the sequence to match the order in which they'll actually be initialized in. | |||
| 2018-09-05 | file_sys/submission_package: Replace includes with forward declarations ↵ | Lioncash | |
| where applicable | |||
| 2018-09-04 | bktr: Fix bucket overlap error | Zach Hilman | |
| 2018-09-04 | drd: Parse title ID from program metadata | Zach Hilman | |
| 2018-09-04 | patch_manager: Centralize Control-type NCA parsing | Zach Hilman | |
| 2018-09-04 | nsp: Fix error masking issue with XCI files | Zach Hilman | |
| Now display correct error instead of catch-all MissingProgramNCA | |||
| 2018-09-04 | game_list: Fix version display on non-NAND titles | Zach Hilman | |
| 2018-09-04 | bktr: Add logging on successful patch | Zach Hilman | |
| 2018-09-04 | bktr: Implement IVFC offset shifting | Zach Hilman | |
| Fixes base game read errors | |||
| 2018-09-04 | bktr: Fix missing includes and optimize style | Zach Hilman | |
| 2018-09-04 | loader: Add BKTR-specific error messages and codes | Zach Hilman | |
| 2018-09-04 | loader: Ignore patches on NRO and DRD | Zach Hilman | |
| 2018-09-04 | patch_manager: Add usages of patches to ExeFS | Zach Hilman | |
| 2018-09-04 | file_sys: Add class to manage game patches | Zach Hilman | |
| Right now only includes Updates, but should eventually contain all of the other patches we need. | |||
| 2018-09-04 | file_sys: Add BKTR patching mechanism | Zach Hilman | |
| 2018-09-04 | content_archive: Add BKTR header parsing to NCA | Zach Hilman | |
| 2018-09-04 | registration: Add RegisteredCacheUnion | Zach Hilman | |
| Aggregates multiple caches into one interface | |||
| 2018-09-04 | game_list: Use RegisteredCacheUnion for installed | Zach Hilman | |
| Reduces code | |||
| 2018-09-04 | aes_util: Fix error involving reads of less than 0x10 | Zach Hilman | |
| Issues with block size are fixed by making all reads minimum length of 0x10 | |||
| 2018-09-04 | main: Only show DRD deprecation warning once | Zach Hilman | |
| 2018-09-04 | control_metadata: Use alternate language names if AmericanEnglish isn't ↵ | Zach Hilman | |
| available | |||
| 2018-09-04 | card_image: Add program title ID getter | Zach Hilman | |
| 2018-09-04 | nsp: Comply with style and performance guidelines | Zach Hilman | |
| 2018-09-04 | qt: Add UI support for NSP files | Zach Hilman | |
| 2018-09-04 | registration: Add support for installing NSP files | Zach Hilman | |
| 2018-09-04 | loader: Add AppLoader for NSP files | Zach Hilman | |
| 2018-09-04 | card_image: Parse XCI secure partition with NSP | Zach Hilman | |
| Eliminated duplicate code and adds support for Rev1+ carts | |||
| 2018-09-04 | file_sys: Add Nintendo Submission Package (NSP) | Zach Hilman | |
| 2018-09-04 | drd: Load title ID from program metadata | Zach Hilman | |
| Previously only loaded from control metadata | |||
| 2018-09-04 | loader: Add NSP file type and NSP-specific errors | Zach Hilman | |
| 2018-09-04 | key_manager: Avoid autogeneration if key exists | Zach Hilman | |
| 2018-09-04 | Merge pull request #1237 from degasus/optimizations | bunnei | |
| Optimizations | |||
| 2018-09-04 | Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs | bunnei | |
| file_sys: Allow for custom NAND/SD directories | |||
| 2018-09-04 | Merge pull request #1235 from lioncash/forward-decl | bunnei | |
| file_sys: Replace includes with forward declarations where applicable | |||
| 2018-09-04 | Merge pull request #1236 from degasus/microprofile | bunnei | |
| Update microprofile scopes. | |||
| 2018-09-04 | Merge pull request #1230 from lioncash/ssl | bunnei | |
| ssl: Move SSL class to cpp file | |||
| 2018-09-04 | core: Use a raw pointer in GetGPUDebugContext. | Markus Wick | |
| This helper is called very often. The memory ownership shall not be transfered, so just return the raw pointer. | |||
| 2018-09-04 | Update microprofile scopes. | Markus Wick | |
| Blame the subsystems which deserve the blame :) The updated list is not complete, just the ones I've spotted on random sampling the stack trace. | |||
| 2018-09-03 | file_sys: Replace includes with forward declarations where applicable | Lioncash | |
| Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed. | |||
| 2018-09-03 | Merge pull request #1231 from lioncash/global | bunnei | |
| service: Migrate global named port map to the KernelCore class | |||
| 2018-09-03 | settings: Save and load NAND/SD dirs from config | Zach Hilman | |
| 2018-09-02 | vfs_real: Forward declare IOFile | Lioncash | |
| Eliminates the need to rebuild some source files if the file_util header ever changes. This also uncovered some indirect inclusions, which have also been fixed. | |||
| 2018-09-02 | service: Migrate global named port map to the KernelCore class | Lioncash | |
| Now that we have a class representing the kernel in some capacity, we now have a place to put the named port map, so we move it over and get rid of another piece of global state within the core. | |||
