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.cpp
Age
Commit message (
Expand
)
Author
2018-12-21
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-12-02
loader/nso: Remove dependency on the System class
Lioncash
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
2018-10-14
nso: Make LoadModule take a VfsFile by const reference
Lioncash
2018-10-07
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
nso/nro: Add NSO arguments structure to data section
Zach Hilman
2018-10-02
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-01
deconstructed_rom_directory: Force NSO loader to patch NSOs
Zach Hilman
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-04
drd: Parse title ID from program metadata
Zach Hilman
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-09-04
drd: Load title ID from program metadata
Zach Hilman
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-14
loader: Remove address mapping remnants from citra
Lioncash
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-08
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-07
loader: Fix scope error in DeconstructedRomDirectory
Zach Hilman
2018-08-06
Use const where applicable
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-07-24
deconstructed_rom_directory: Remove unused FindRomFS() function
Lioncash
2018-07-21
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-20
Loader: Only print the module names and addresses if they actually exist.
Subv
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-12
More improvements to GDBStub (#653)
Hedges
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-24
loader: Move old logging macros over to new fmt-capable ones
Lioncash
2018-04-06
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-04-03
deconstructed_rom_directory.cpp: Fix Typo
N00byKing
2018-03-14
core: Move process creation out of global state.
bunnei
2018-03-01
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-02-25
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
2018-02-25
loader: Use NPDM information when loading NSOs
shinyquagsire23
2018-02-14
deconstructed_rom_directory: Silence formatting specifier warnings
Lioncash
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: Minor style fix in deconstructed_rom_directory
Rozlette
2018-01-20
loader: Clean up ctors and includes.
bunnei
2018-01-20
loader: Add DeconstructedRomDirectory for game dumps.
bunnei