index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
loader: don't reassign program ID on npdm reparse
Liam
2023-09-30
1
-1
/
+1
*
core: improve debug workflow
Liam
2023-09-14
6
-10
/
+16
*
core: implement basic integrity verification
Liam
2023-09-06
8
-1
/
+165
*
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
2023-08-25
4
-4
/
+4
*
vfs: expand support for NCA reading
Liam
2023-08-15
10
-40
/
+20
*
k_process: PageTable -> GetPageTable
Liam
2023-07-14
4
-4
/
+4
*
file_sys/content_archive: Detect compressed NCAs (#11047)
Tobias
2023-07-12
1
-0
/
+2
*
android: Add proper homebrew check
Charles Lombardo
2023-06-09
2
-1
/
+14
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
3
-3
/
+3
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-1
/
+1
*
core/loader: Return nullptr if file is nullptr
Merry
2022-09-25
1
-0
/
+4
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-19
3
-3
/
+3
*
core/loader: remove ELF loader
Liam
2022-08-01
4
-311
/
+0
*
general: fix compilation on MinGW GCC 12
Liam
2022-06-13
1
-5
/
+4
*
common: consolidate ELF structure definitions
Liam
2022-06-05
1
-167
/
+16
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
2
-6
/
+6
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
18
-54
/
+36
*
loader: log the type of mismatching file-extension
BytesGalore
2022-03-03
1
-1
/
+2
*
general: Replace NonCopyable struct with equivalents
Lioncash
2022-02-02
1
-1
/
+5
*
core: loader: kip: Minimal changes to fix KIP loading.
bunnei
2021-12-17
1
-1
/
+7
*
loader: Support loading subsdk{8,9}
jam1garner
2021-12-05
1
-2
/
+3
*
core: Remove unused includes
ameerj
2021-11-03
10
-13
/
+0
*
file_sys: Support load game collection (#6582)
Feng Chen
2021-07-20
6
-29
/
+52
*
general: Make most settings a BasicSetting
lat9nq
2021-06-28
2
-4
/
+4
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
6
-6
/
+1
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
4
-16
/
+15
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
20
-37
/
+37
*
core: Resolve misc cases of variable shadowing
Lioncash
2021-05-03
2
-6
/
+9
*
loader: Resolve instances of variable shadowing
Lioncash
2021-04-27
19
-169
/
+257
*
program_metadata: Set a default resource size when a NPDM is not present
Morph
2021-04-23
1
-1
/
+2
*
common: Move settings to common from core.
bunnei
2021-04-14
2
-2
/
+2
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
5
-5
/
+5
*
hle: kernel: KThread: Reorganize thread priority defaults.
bunnei
2021-01-28
2
-4
/
+4
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-28
2
-2
/
+2
*
main: Resolve error string not displaying
Lioncash
2021-01-03
2
-0
/
+5
*
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
9
-9
/
+9
*
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
4
-15
/
+2
*
core: loader: Implement support for loading indexed programs.
bunnei
2020-11-24
6
-12
/
+20
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
8
-39
/
+66
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-18
/
+17
*
core: Fix clang build
Lioncash
2020-10-17
1
-17
/
+18
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
4
-4
/
+4
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-3
/
+3
*
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
3
-6
/
+6
*
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
19
-44
/
+84
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-1
/
+1
*
common/concepts: Rename IsBaseOf to DerivedFrom
Lioncash
2020-08-07
1
-1
/
+1
*
Place in anonymous namespace
David Marcec
2020-08-03
1
-0
/
+4
*
loader: Make IdentifyFile typesafe
David Marcec
2020-08-03
1
-20
/
+32
[next]