index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
deconstructed_rom_directory.h
Age
Commit message (
Expand
)
Author
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
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
2018-12-05
loaders: Make GetFileType() a const qualified member function
Lioncash
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-04
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
loader: Ignore patches on NRO and DRD
Zach Hilman
2018-09-04
patch_manager: Add usages of patches to ExeFS
Zach Hilman
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-05
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-02-25
loader: Use NPDM information when loading NSOs
shinyquagsire23
2018-02-05
Changed .istorage to .romfs
David Marcec
2018-01-21
deconstructed_rom_directory: Implement istorage loading for RomFS.
bunnei
2018-01-20
loader: Clean up ctors and includes.
bunnei
2018-01-20
loader: Add DeconstructedRomDirectory for game dumps.
bunnei