summaryrefslogtreecommitdiffstats
path: root/src/core/loader/kip.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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