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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-15
core: Support multiple modules per patcher
GPUCode
1
-20
/
+21
2023-11-29
core: Rename patcher file
GPUCode
1
-1
/
+1
2023-11-26
loader: fix gcc compile
Liam
1
-1
/
+1
2023-11-25
loader: apply nso patch to offset program image
Liam
1
-4
/
+6
2023-11-25
core: Define HAS_NCE macro
GPUCode
1
-3
/
+3
2023-11-25
Address some review comments
GPUCode
1
-7
/
+8
2023-11-25
arm: Implement native code execution backend
Liam
1
-7
/
+49
2023-09-14
core: improve debug workflow
Liam
1
-2
/
+3
2023-08-25
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
1
-1
/
+1
2023-07-14
k_process: PageTable -> GetPageTable
Liam
1
-1
/
+1
2023-03-22
kernel: use KTypedAddress for addresses
Liam
1
-1
/
+1
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
1
-1
/
+1
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
1
-1
/
+1
2022-06-13
general: fix compilation on MinGW GCC 12
Liam
1
-5
/
+4
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-06-28
general: Make most settings a BasicSetting
lat9nq
1
-2
/
+2
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
1
-1
/
+0
2021-05-05
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-14
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
1
-1
/
+1
2021-01-28
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
1
-2
/
+2
2021-01-28
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-16
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-17
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-22
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-21
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-04-30
loader/nso: Remove left-in debug pragma
Lioncash
1
-2
/
+0
2019-04-11
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 de...
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 de...
unknown
1
-10
/
+7
2019-03-27
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
[next]