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
2018-04-06
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2
-0
/
+6
2018-04-03
deconstructed_rom_directory.cpp: Fix Typo
N00byKing
1
-1
/
+1
2018-03-31
memory: Fix stack region.
bunnei
3
-3
/
+3
2018-03-19
Clean Warnings (?)
N00byKing
1
-1
/
+1
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
3
-3
/
+3
2018-03-14
core: Move process creation out of global state.
bunnei
4
-9
/
+5
2018-03-01
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
5
-12
/
+12
2018-02-25
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
3
-6
/
+10
2018-02-25
loader: Use NPDM information when loading NSOs
shinyquagsire23
2
-4
/
+15
2018-02-14
nso: Silence formatting specifier warnings
Lioncash
1
-2
/
+4
2018-02-14
deconstructed_rom_directory: Silence formatting specifier warnings
Lioncash
1
-3
/
+4
2018-02-05
Changed .istorage to .romfs
David Marcec
2
-5
/
+5
2018-01-21
deconstructed_rom_directory: Implement istorage loading for RomFS.
bunnei
2
-2
/
+71
2018-01-20
loader: Minor style fix in deconstructed_rom_directory
Rozlette
1
-1
/
+0
2018-01-20
Format: Run the new clang format on everything
James Rowe
1
-2
/
+3
2018-01-20
loader: Clean up ctors and includes.
bunnei
10
-18
/
+22
2018-01-20
loader: Add DeconstructedRomDirectory for game dumps.
bunnei
4
-0
/
+154
2018-01-20
loader: Refactor to also pass filepath into IdentifyType.
bunnei
8
-19
/
+19
2018-01-20
nso: Remove code specific to directory loading.
bunnei
2
-17
/
+6
2018-01-18
Fix NRO Entry Point
gdkchan
1
-2
/
+2
2018-01-17
Fix NRO loading
gdkchan
1
-20
/
+9
2018-01-17
Remove relocation on NSO/NRO
gdkchan
3
-19
/
+2
2018-01-16
clang-format
MerryMage
3
-10
/
+8
2018-01-16
nso: Modify .bss size calculation logic
Rozlette
1
-3
/
+7
2018-01-15
nso: Load subsdk4 if available.
bunnei
1
-1
/
+1
2018-01-14
Add missing FileType declarations in GuessFromExtension and GetFileTypeString
Thog
1
-0
/
+8
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
6
-6
/
+6
2018-01-07
nso: Always load the filepath specified by the user.
bunnei
1
-1
/
+3
2017-10-22
nso: Load more common submodules.
bunnei
1
-15
/
+11
2017-10-22
memory: Support 32-bit paging, move heap address space up.
bunnei
1
-1
/
+1
2017-10-15
core: Refactor MakeMagic usage and remove dead code.
bunnei
6
-143
/
+10
2017-10-14
nso: Add a log for loading submodules.
bunnei
1
-0
/
+1
2017-10-12
Remove more 3DS-specific code.
bunnei
1
-2
/
+0
2017-10-12
Remove lots more 3DS-specific code.
bunnei
6
-774
/
+0
2017-10-09
loader: Various improvements for NSO/NRO loaders.
bunnei
5
-52
/
+34
2017-10-05
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
8
-146
/
+430
2017-10-03
nso: Fixes to support homebrew NSOs without a MOD header.
bunnei
2
-17
/
+23
2017-10-01
file_sys, loader: add support for reading TMDs to determine app paths
shinyquagsire23
1
-3
/
+14
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
5
-119
/
+144
2017-09-30
loader: Add support for loading an NSO.
bunnei
4
-0
/
+340
2017-09-30
elf: Check if machine is ARM.
bunnei
1
-2
/
+9
2017-09-26
Loaders: Don't automatically set the current process every time we load an ap...
Subv
7
-35
/
+36
2017-09-25
HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...
Subv
2
-4
/
+2
2017-09-25
Loader/NCCH: Add support for loading application updates (#2927)
Max Thomas
3
-434
/
+82
2017-09-24
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
3
-3
/
+3
2017-09-10
Kernel/Memory: Give each Process its own page table.
Subv
3
-0
/
+3
2017-08-19
Added missing parts in libnetwork (#2838)
B3n30
1
-0
/
+8
2017-08-03
loader: Expose program title.
bunnei
3
-12
/
+31
2017-07-17
telemetry: Log performance, configuration, and system data.
bunnei
1
-2
/
+4
2017-06-02
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2
-2
/
+2
[next]