index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
nso.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: fix compilation on MinGW GCC 12
Liam
2022-06-13
1
-5
/
+4
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
1
-2
/
+2
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
1
-1
/
+0
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-3
/
+3
*
loader: Resolve instances of variable shadowing
Lioncash
2021-04-27
1
-11
/
+11
*
common: Move settings to common from core.
bunnei
2021-04-14
1
-1
/
+1
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
1
-1
/
+1
*
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
2021-01-28
1
-2
/
+2
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
1
-1
/
+1
*
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
1
-4
/
+1
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
1
-1
/
+1
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-1
/
+1
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-3
/
+3
*
loader/nso: Remove unnecessary [[maybe_unused]]
Lioncash
2020-09-16
1
-2
/
+1
*
core/loader: Remove dependencies on the global system instance
Lioncash
2020-09-16
1
-4
/
+4
*
loader/nso: Resolve moves not occurring in DecompressSegment
Lioncash
2020-04-17
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-22
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-21
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-04-30
1
-2
/
+0
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-11
1
-6
/
+5
*
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-09
1
-2
/
+4
|
\
|
*
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-27
1
-2
/
+4
*
|
Merge pull request #2093 from FreddyFunk/disk-cache-better-compression
bunnei
2019-04-03
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 de...
unknown
2019-03-29
1
-10
/
+7
|
|
/
*
|
Merge pull request #2281 from lioncash/memory
bunnei
2019-04-01
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 names...
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-21
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-04
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-02
1
-4
/
+4
[next]