index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
nso.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-28
general: Make most settings a BasicSetting
lat9nq
1
-2
/
+2
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
1
-1
/
+0
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-3
/
+3
2021-04-27
loader: Resolve instances of variable shadowing
Lioncash
1
-11
/
+11
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-02-19
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
1
-1
/
+1
2021-01-29
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
1
-2
/
+2
2021-01-29
core: hle: kernel: Rename Thread to KThread.
bunnei
1
-1
/
+1
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
1
-4
/
+1
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
1
-1
/
+1
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
1
-1
/
+1
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
1
-3
/
+3
2020-09-17
loader/nso: Remove unnecessary [[maybe_unused]]
Lioncash
1
-2
/
+1
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
1
-4
/
+4
2020-04-18
loader/nso: Resolve moves not occurring in DecompressSegment
Lioncash
1
-1
/
+1
2020-04-17
loader: nso: Fix loader size and arguments.
bunnei
1
-10
/
+12
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
1
-2
/
+2
2020-04-17
loader: nso: Fix loading of static objects to be properly sized and aligned.
bunnei
1
-19
/
+9
2020-01-23
loader: provide default arguments (zero byte) to NSOs
Michael Scire
1
-3
/
+8
2020-01-18
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
1
-5
/
+7
2019-09-30
core/loader: Track the NSO build ID of the current process
Zach Hilman
1
-0
/
+1
2019-09-22
nso: Pass build ID directly
Zach Hilman
1
-2
/
+1
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
1
-1
/
+1
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
1
-2
/
+2
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
1
-3
/
+9
2019-05-25
loader/nso: Silence sign-comparison warning
Lioncash
1
-1
/
+1
2019-05-25
core: Track load offsets of NSO modules
Zach Hilman
1
-0
/
+3
2019-05-01
loader/nso: Remove left-in debug pragma
Lioncash
1
-2
/
+0
2019-04-12
core/core: Move process execution start to System's Load()
Lioncash
1
-6
/
+5
2019-03-29
Addressed feedback
unknown
1
-1
/
+0
2019-03-29
core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.
unknown
1
-0
/
+1
2019-03-29
Addressed feedback
unknown
1
-4
/
+4
2019-03-29
core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.
unknown
1
-10
/
+7
2019-03-28
patch_manager: Dump NSO name with build ID
Zach Hilman
1
-2
/
+4
2019-03-22
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
1
-1
/
+1
2019-03-22
loader/nso: Place translation unit specific functions into an anonymous namespace
Lioncash
1
-20
/
+21
2019-03-22
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
1
-4
/
+4
2019-03-22
loader/nso: Clean up use of magic constants
Lioncash
1
-4
/
+6
2019-03-22
file_sys/patch_manager: Deduplicate NSO header
Lioncash
1
-50
/
+18
2019-03-22
loader/nso: Fix definition of the NSO header struct
Lioncash
1
-3
/
+15
2019-03-20
kernel: Move CodeSet structure to its own source files
Lioncash
1
-0
/
+1
2019-03-05
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
1
-7
/
+3
2019-03-05
loader/nso: Set main code region in VMManager
Zach Hilman
1
-1
/
+17
2018-12-03
loader/nso: Remove dependency on the System class
Lioncash
1
-4
/
+4
2018-10-29
patch_manager: Add support for dumping decompressed NSOs
Zach Hilman
1
-1
/
+1
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
1
-5
/
+7
2018-10-15
nso: Make LoadModule take a VfsFile by const reference
Lioncash
1
-9
/
+6
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
1
-12
/
+9
2018-10-07
nso/nro: Use default allocation size for arg_data
Zach Hilman
1
-6
/
+8
2018-10-07
cmd: Support passing game arguments from command line
Zach Hilman
1
-1
/
+1
2018-10-07
nso/nro: Add NSO arguments structure to data section
Zach Hilman
1
-1
/
+14
2018-10-02
nso: Optimize loading of IPS patches
Zach Hilman
1
-2
/
+2
2018-10-01
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
1
-1
/
+14
2018-10-01
nso: Replace NSOHeader padding bytes with build ID
Zach Hilman
1
-2
/
+1
2018-09-30
kernel/process: Make data member variables private
Lioncash
1
-1
/
+1
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
Lioncash
1
-3
/
+3
2018-09-25
memory: Dehardcode the use of fixed memory range constants
Lioncash
1
-4
/
+5
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
1
-5
/
+0
2018-09-21
Added support for uncompressed NSOs (#1374)
David
1
-3
/
+12
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
1
-1
/
+2
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
1
-0
/
+1
2018-08-29
kernel: Eliminate kernel global state
Lioncash
1
-2
/
+4
2018-08-15
loader: Remove address mapping remnants from citra
Lioncash
1
-1
/
+0
2018-08-03
kernel/process: Use accessors instead of class members for referencing segment array
Lioncash
1
-1
/
+1
2018-07-20
nso: Silence implicit sign conversion warnings
Lioncash
1
-4
/
+6
2018-07-20
nso: Remove unused function ReadSegment()
Lioncash
1
-13
/
+0
2018-07-19
loader/nso: Check if read succeeded in IdentifyFile() before checking magic value
Lioncash
1
-4
/
+6
2018-07-19
loader/nso: Remove unnecessary vector resizes
Lioncash
1
-4
/
+2
2018-07-19
loader/nso: Resolve sign mismatch warnings
Lioncash
1
-1
/
+1
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-76
/
+17
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
1
-1
/
+1
2018-07-13
More improvements to GDBStub (#653)
Hedges
1
-0
/
+4
2018-07-08
Revert "Virtual Filesystem (#597)"
bunnei
1
-16
/
+75
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
1
-75
/
+16
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-2
/
+2
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
1
-11
/
+68
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
1
-1
/
+1
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
1
-1
/
+1
2018-04-25
loader: Move old logging macros over to new fmt-capable ones
Lioncash
1
-3
/
+2
2018-04-21
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
1
-1
/
+1
2018-03-31
memory: Fix stack region.
bunnei
1
-1
/
+1
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
1
-1
/
+1
2018-03-14
core: Move process creation out of global state.
bunnei
1
-3
/
+2
2018-03-02
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
1
-4
/
+4
2018-02-25
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
1
-3
/
+3
2018-02-14
nso: Silence formatting specifier warnings
Lioncash
1
-2
/
+4
2018-01-20
loader: Clean up ctors and includes.
bunnei
1
-0
/
+4
2018-01-20
loader: Refactor to also pass filepath into IdentifyType.
bunnei
1
-2
/
+1
2018-01-20
nso: Remove code specific to directory loading.
bunnei
1
-16
/
+4
2018-01-17
Remove relocation on NSO/NRO
gdkchan
1
-9
/
+1
2018-01-16
clang-format
MerryMage
1
-1
/
+2
2018-01-16
nso: Modify .bss size calculation logic
Rozlette
1
-3
/
+7
2018-01-15
nso: Load subsdk4 if available.
bunnei
1
-1
/
+1
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
1
-1
/
+1
2018-01-07
nso: Always load the filepath specified by the user.
bunnei
1
-1
/
+3
2017-10-23
nso: Load more common submodules.
bunnei
1
-15
/
+11
2017-10-23
memory: Support 32-bit paging, move heap address space up.
bunnei
1
-1
/
+1
2017-10-15
core: Refactor MakeMagic usage and remove dead code.
bunnei
1
-3
/
+4
2017-10-14
nso: Add a log for loading submodules.
bunnei
1
-0
/
+1
2017-10-10
loader: Various improvements for NSO/NRO loaders.
bunnei
1
-26
/
+24
2017-10-06
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
1
-128
/
+15
2017-10-04
nso: Fixes to support homebrew NSOs without a MOD header.
bunnei
1
-16
/
+22
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
1
-112
/
+111
2017-09-30
loader: Add support for loading an NSO.
bunnei
1
-0
/
+295