summaryrefslogtreecommitdiffstats
path: root/src/core/loader/kip.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
|
* loader: Resolve instances of variable shadowingLioncash2021-04-271-4/+6
| | | | | Eliminates variable shadowing cases across all the loaders to bring us closer to enabling variable shadowing as an error in core.
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-1/+1
| | | | | Makes use of the VirtualDir and VirtualFile aliases across the board instead of having a few isolated places that don't use it.
* core/loader: Remove dependencies on the global system instanceLioncash2020-09-161-1/+5
| | | | | | | | | Now all that remains is: 18 instances in file_sys code 14 instances in GDB stub code (this can be tossed wholesale) 4 instances in HLE code 2 instances in settings code.
* loader: Add AppLoader_KIP for KIP filesZach Hilman2019-06-051-0/+35