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
2024-01-15
Merge pull request #12677 from GPUCode/whyy-modders
liamwhite
2024-01-15
core: Support multiple modules per patcher
GPUCode
2024-01-11
fsp-srv: use program registry for SetCurrentProcess
Liam
2023-12-22
kernel: restrict nce to applications
Liam
2023-11-29
core: Rename patcher file
GPUCode
2023-11-25
core: Define HAS_NCE macro
GPUCode
2023-11-25
android: Add cpu bakend gui toggle
GPUCode
2023-11-25
arm: Implement native code execution backend
Liam
2023-11-25
kernel: Manually specify aslr region start
Liam
2023-09-30
loader: don't reassign program ID on npdm reparse
Liam
2023-09-14
core: improve debug workflow
Liam
2023-08-25
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-05
loader: Support loading subsdk{8,9}
jam1garner
2021-11-03
core: Remove unused includes
ameerj
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
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
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-09-16
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
2020-04-17
loader: nso: Fix loader size and arguments.
bunnei
2020-03-02
core: loader: Remove check for 32-bit.
bunnei
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
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-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
[next]