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
/
nro.cpp
Age
Commit message (
Expand
)
Author
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-13
loader: fix homebrew nro registration
Liam
2024-01-11
fsp-srv: use program registry for SetCurrentProcess
Liam
2023-11-29
core: Rename patcher file
GPUCode
2023-11-25
core: Define HAS_NCE macro
GPUCode
2023-11-25
Address some review comments
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-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-06-09
android: Add proper homebrew check
Charles Lombardo
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-27
loader: Resolve instances of variable shadowing
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-01-28
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
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-20
loader: nro: Fix process initialization using ProgramMetadata default.
bunnei
2020-04-17
loader: elf/kip/nro: Updates for new VMM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-08
nro: Implement ReadControlData
Nick Renieris
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-04-11
core/core: Move process execution start to System's Load()
Lioncash
2019-03-22
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
2019-03-20
kernel: Move CodeSet structure to its own source files
Lioncash
2018-12-02
loader/nro: Make the static LoadNro function internally linked
Lioncash
2018-12-02
loader/nro: Remove dependency on the System class
Lioncash
2018-11-15
process: Make MirrorMemory take state to map new memory as
Zach Hilman
2018-10-29
loader/nro: Call RegisterRomFS from Load
Zach Hilman
2018-10-25
nro: Make LoadNro method accessible outside of apploader code.
bunnei
2018-10-14
nro: Make LoadNro take a VfsFile by const reference
Lioncash
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-07
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
cmd: Support passing game arguments from command line
Zach Hilman
2018-10-07
nso/nro: Add NSO arguments structure to data section
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
[next]