aboutsummaryrefslogtreecommitdiff
path: root/src/core/loader/kip.h
AgeCommit message (Collapse)Author
2020-12-10vfs: Use existing type aliases consistentlyLioncash
Makes use of the VirtualDir and VirtualFile aliases across the board instead of having a few isolated places that don't use it.
2020-09-16core/loader: Remove dependencies on the global system instanceLioncash
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.
2019-06-05loader: Add AppLoader_KIP for KIP filesZach Hilman