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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
loader/nso: Resolve moves not occurring in DecompressSegment
Lioncash
2020-04-18
1
-1
/
+1
*
loader: nso: Fix loader size and arguments.
bunnei
2020-04-17
1
-10
/
+12
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-2
/
+2
*
loader: nso: Fix loading of static objects to be properly sized and aligned.
bunnei
2020-04-17
1
-19
/
+9
*
loader: provide default arguments (zero byte) to NSOs
Michael Scire
2020-01-23
1
-3
/
+8
*
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
2020-01-18
1
-5
/
+7
*
core/loader: Track the NSO build ID of the current process
Zach Hilman
2019-09-30
1
-0
/
+1
*
nso: Pass build ID directly
Zach Hilman
2019-09-22
1
-2
/
+1
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-1
/
+1
*
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-21
1
-0
/
+9
|
\
|
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-3
/
+9
|
*
core: Track load offsets of NSO modules
Zach Hilman
2019-05-25
1
-0
/
+3
*
|
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-2
/
+2
*
|
loader/nso: Silence sign-comparison warning
Lioncash
2019-05-25
1
-1
/
+1
|
/
*
loader/nso: Remove left-in debug pragma
Lioncash
2019-05-01
1
-2
/
+0
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-12
1
-6
/
+5
*
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-10
1
-2
/
+4
|
\
|
*
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-28
1
-2
/
+4
*
|
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-04
1
-10
/
+7
|
\
\
|
*
|
Addressed feedback
unknown
2019-03-29
1
-4
/
+4
|
*
|
core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead.
unknown
2019-03-29
1
-10
/
+7
|
|
/
*
|
Merge pull request #2281 from lioncash/memory
bunnei
2019-04-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
2019-03-22
1
-1
/
+1
*
|
Merge pull request #2280 from lioncash/nso
bunnei
2019-03-23
1
-59
/
+42
|
\
\
|
*
|
loader/nso: Place translation unit specific functions into an anonymous namespace
Lioncash
2019-03-22
1
-20
/
+21
|
*
|
loader/nso: Clean up use of magic constants
Lioncash
2019-03-22
1
-4
/
+6
|
*
|
file_sys/patch_manager: Deduplicate NSO header
Lioncash
2019-03-22
1
-50
/
+18
|
*
|
loader/nso: Fix definition of the NSO header struct
Lioncash
2019-03-22
1
-3
/
+15
|
|
/
*
/
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-22
1
-4
/
+4
|
/
*
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-22
1
-0
/
+12
|
\
|
*
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-05
1
-7
/
+3
|
*
loader/nso: Set main code region in VMManager
Zach Hilman
2019-03-05
1
-1
/
+17
*
|
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
1
-0
/
+1
|
/
*
loader/nso: Remove dependency on the System class
Lioncash
2018-12-03
1
-4
/
+4
*
patch_manager: Add support for dumping decompressed NSOs
Zach Hilman
2018-10-29
1
-1
/
+1
*
nso: Return an optional address from LoadModule
Lioncash
2018-10-15
1
-5
/
+7
*
nso: Make LoadModule take a VfsFile by const reference
Lioncash
2018-10-15
1
-9
/
+6
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
1
-12
/
+9
*
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
1
-6
/
+8
*
cmd: Support passing game arguments from command line
Zach Hilman
2018-10-07
1
-1
/
+1
*
nso/nro: Add NSO arguments structure to data section
Zach Hilman
2018-10-07
1
-1
/
+14
*
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-02
1
-2
/
+2
*
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2018-10-01
1
-1
/
+14
*
nso: Replace NSOHeader padding bytes with build ID
Zach Hilman
2018-10-01
1
-2
/
+1
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-1
/
+1
*
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
Lioncash
2018-09-29
1
-3
/
+3
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-25
1
-4
/
+5
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
1
-5
/
+0
*
Added support for uncompressed NSOs (#1374)
David
2018-09-21
1
-3
/
+12
*
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
1
-1
/
+2
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+1
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-2
/
+4
*
loader: Remove address mapping remnants from citra
Lioncash
2018-08-15
1
-1
/
+0
*
kernel/process: Use accessors instead of class members for referencing segment array
Lioncash
2018-08-03
1
-1
/
+1
*
nso: Silence implicit sign conversion warnings
Lioncash
2018-07-20
1
-4
/
+6
*
nso: Remove unused function ReadSegment()
Lioncash
2018-07-20
1
-13
/
+0
*
Merge pull request #718 from lioncash/read
bunnei
2018-07-20
1
-4
/
+6
|
\
|
*
loader/nso: Check if read succeeded in IdentifyFile() before checking magic value
Lioncash
2018-07-19
1
-4
/
+6
*
|
loader/nso: Remove unnecessary vector resizes
Lioncash
2018-07-19
1
-4
/
+2
*
|
loader/nso: Resolve sign mismatch warnings
Lioncash
2018-07-19
1
-1
/
+1
|
/
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-76
/
+17
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
1
-1
/
+1
*
More improvements to GDBStub (#653)
Hedges
2018-07-13
1
-0
/
+4
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-16
/
+75
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-75
/
+16
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-2
/
+2
*
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
1
-11
/
+68
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-1
/
+1
*
loader: Move old logging macros over to new fmt-capable ones
Lioncash
2018-04-25
1
-3
/
+2
*
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
2018-04-21
1
-1
/
+1
*
memory: Fix stack region.
bunnei
2018-03-31
1
-1
/
+1
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
1
-1
/
+1
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-3
/
+2
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-02
1
-4
/
+4
*
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
2018-02-25
1
-3
/
+3
*
nso: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-2
/
+4
*
loader: Clean up ctors and includes.
bunnei
2018-01-20
1
-0
/
+4
*
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
1
-2
/
+1
*
nso: Remove code specific to directory loading.
bunnei
2018-01-20
1
-16
/
+4
*
Remove relocation on NSO/NRO
gdkchan
2018-01-17
1
-9
/
+1
*
Merge pull request #44 from Rozelette/master
bunnei
2018-01-16
1
-3
/
+7
|
\
|
*
nso: Modify .bss size calculation logic
Rozlette
2018-01-16
1
-3
/
+7
*
|
clang-format
MerryMage
2018-01-16
1
-1
/
+2
|
/
*
nso: Load subsdk4 if available.
bunnei
2018-01-15
1
-1
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
nso: Always load the filepath specified by the user.
bunnei
2018-01-07
1
-1
/
+3
*
nso: Load more common submodules.
bunnei
2017-10-23
1
-15
/
+11
*
memory: Support 32-bit paging, move heap address space up.
bunnei
2017-10-23
1
-1
/
+1
*
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-15
1
-3
/
+4
*
nso: Add a log for loading submodules.
bunnei
2017-10-14
1
-0
/
+1
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-6
/
+6
*
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-10
1
-26
/
+24
*
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-06
1
-128
/
+15
*
nso: Fixes to support homebrew NSOs without a MOD header.
bunnei
2017-10-04
1
-16
/
+22
*
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
1
-112
/
+111
*
loader: Add support for loading an NSO.
bunnei
2017-09-30
1
-0
/
+295