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
2023-12-01
file_sys: handle null romfs
Liam
1
-4
/
+2
2023-11-29
core: Rename patcher file
GPUCode
3
-3
/
+3
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
3
-9
/
+9
2023-11-25
Address some review comments
GPUCode
2
-10
/
+11
2023-11-25
android: Add cpu bakend gui toggle
GPUCode
2
-3
/
+5
2023-11-25
arm: Implement native code execution backend
Liam
5
-26
/
+162
2023-11-25
kernel: Manually specify aslr region start
Liam
3
-3
/
+5
2023-09-30
loader: don't reassign program ID on npdm reparse
Liam
1
-1
/
+1
2023-09-14
core: improve debug workflow
Liam
6
-10
/
+16
2023-09-06
core: implement basic integrity verification
Liam
8
-1
/
+165
2023-08-25
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
4
-4
/
+4
2023-08-15
vfs: expand support for NCA reading
Liam
10
-40
/
+20
2023-07-14
k_process: PageTable -> GetPageTable
Liam
4
-4
/
+4
2023-07-12
file_sys/content_archive: Detect compressed NCAs (#11047)
Tobias
1
-0
/
+2
2023-06-09
android: Add proper homebrew check
Charles Lombardo
2
-1
/
+14
2023-03-22
kernel: use KTypedAddress for addresses
Liam
3
-3
/
+3
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
1
-1
/
+1
2022-09-25
core/loader: Return nullptr if file is nullptr
Merry
1
-0
/
+4
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
3
-3
/
+3
2022-08-01
core/loader: remove ELF loader
Liam
4
-311
/
+0
2022-06-13
general: fix compilation on MinGW GCC 12
Liam
1
-5
/
+4
2022-06-05
common: consolidate ELF structure definitions
Liam
1
-167
/
+16
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
[next]