index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
nsp.h
Age
Commit message (
Expand
)
Author
2023-09-06
core: implement basic integrity verification
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
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-11-24
core: loader: Implement support for loading indexed programs.
bunnei
2020-11-18
patch_manager: Remove usages of the global system instance
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-28
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-28
loader: Add accessor for Manual RomFS
Zach Hilman
2018-12-27
loader: Add accessor for game control data
Zach Hilman
2018-12-10
Merge pull request #1819 from DarkLordZach/disable-addons
bunnei
2018-12-05
loaders: Make GetFileType() a const qualified member function
Lioncash
2018-12-03
loader: Add support for reading the name of game's developer
Zach Hilman
2018-10-09
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-05
loader: Add getter for packed update
Zach Hilman
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-04
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
loader: Add AppLoader for NSP files
Zach Hilman