Age | Commit message (Expand) | Author |
---|---|---|
2021-05-05 | hle: kernel: Rename Process to KProcess. | bunnei |
2021-04-27 | loader: Resolve instances of variable shadowing | Lioncash |
2020-12-10 | vfs: Use existing type aliases consistently | Lioncash |
2020-09-16 | core/loader: Remove dependencies on the global system instance | Lioncash |
2019-05-26 | loader: Move NSO module tracking to AppLoader | Zach Hilman |
2019-04-11 | core/core: Move process execution start to System's Load() | Lioncash |
2019-01-15 | loader: Propagate NCA logo section to ReadBanner and ReadLogo | Zach Hilman |
2018-12-05 | loaders: Make GetFileType() a const qualified member function | Lioncash |
2018-10-05 | loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders | Zach Hilman |
2018-09-29 | loader: Make the Load() function take a process as a regular reference, not a... | Lioncash |
2018-09-19 | nax: Avoid re-parsing NAX data with GetFileType() | Lioncash |
2018-08-23 | file_sys: Cut down on includes and copies | Zach Hilman |
2018-08-23 | nax: Add AppLoader_NAX and update loader to support it | Zach Hilman |