index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2
-6
/
+6
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
18
-54
/
+36
2022-03-03
loader: log the type of mismatching file-extension
BytesGalore
1
-1
/
+2
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
1
-1
/
+5
2021-12-17
core: loader: kip: Minimal changes to fix KIP loading.
bunnei
1
-1
/
+7
2021-12-05
loader: Support loading subsdk{8,9}
jam1garner
1
-2
/
+3
2021-11-03
core: Remove unused includes
ameerj
10
-13
/
+0
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
6
-29
/
+52
2021-06-28
general: Make most settings a BasicSetting
lat9nq
2
-4
/
+4
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
6
-6
/
+1
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
4
-16
/
+15
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
20
-37
/
+37
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2
-6
/
+9
2021-04-27
loader: Resolve instances of variable shadowing
Lioncash
19
-169
/
+257
2021-04-23
program_metadata: Set a default resource size when a NPDM is not present
Morph
1
-1
/
+2
2021-04-14
common: Move settings to common from core.
bunnei
2
-2
/
+2
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
5
-5
/
+5
2021-01-28
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
2
-4
/
+4
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2
-2
/
+2
2021-01-03
main: Resolve error string not displaying
Lioncash
2
-0
/
+5
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
9
-9
/
+9
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
4
-15
/
+2
2020-11-24
core: loader: Implement support for loading indexed programs.
bunnei
6
-12
/
+20
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
8
-39
/
+66
2020-10-20
Revert "core: Fix clang build"
bunnei
1
-18
/
+17
2020-10-17
core: Fix clang build
Lioncash
1
-17
/
+18
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
4
-4
/
+4
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
1
-3
/
+3
2020-09-16
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
3
-6
/
+6
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
19
-44
/
+84
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
1
-1
/
+1
2020-08-07
common/concepts: Rename IsBaseOf to DerivedFrom
Lioncash
1
-1
/
+1
2020-08-03
Place in anonymous namespace
David Marcec
1
-0
/
+4
2020-08-03
loader: Make IdentifyFile typesafe
David Marcec
1
-20
/
+32
2020-04-20
loader: nro: Fix process initialization using ProgramMetadata default.
bunnei
2
-11
/
+14
2020-04-20
loader: elf: Fix process initialization using ProgramMetadata default.
bunnei
1
-0
/
+5
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
3
-25
/
+47
2020-04-17
loader: elf/kip/nro: Updates for new VMM.
bunnei
3
-5
/
+7
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
4
-6
/
+6
2020-04-17
loader: nso: Fix loading of static objects to be properly sized and aligned.
bunnei
1
-19
/
+9
2020-03-02
core: loader: Remove check for 32-bit.
bunnei
1
-6
/
+0
2020-01-22
loader: provide default arguments (zero byte) to NSOs
Michael Scire
2
-3
/
+10
2020-01-18
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
3
-8
/
+12
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-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
5
-5
/
+15
2019-09-08
nro: Implement ReadControlData
Nick Renieris
2
-0
/
+10
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
4
-4
/
+4
[next]