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
*
deconstructed_rom_directory: Remove unused FindRomFS() function
Lioncash
2018-07-24
1
-29
/
+0
*
core: Make converting constructors explicit where applicable
Lioncash
2018-07-23
2
-2
/
+2
*
Merge pull request #784 from lioncash/loader
bunnei
2018-07-23
1
-1
/
+1
|
\
|
*
loader: Remove unnecessary constructor call in IdentifyFile()
Lioncash
2018-07-23
1
-1
/
+1
*
|
Merge pull request #783 from lioncash/linker
bunnei
2018-07-23
2
-7
/
+4
|
\
\
|
*
|
linker: Remove unused parameter from WriteRelocations()
Lioncash
2018-07-23
2
-7
/
+4
|
|
/
*
|
nro: Replace inclusion with a forward declaration
Lioncash
2018-07-23
2
-1
/
+8
*
|
nro: Make bracing consistent
Lioncash
2018-07-23
1
-10
/
+24
*
|
nro: Make constructor explicit
Lioncash
2018-07-23
1
-1
/
+1
*
|
nro: Remove unused forward declaration
Lioncash
2018-07-23
1
-2
/
+0
|
/
*
NRO Assets and NACP file format
Zach Hilman
2018-07-23
2
-1
/
+90
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
1
-1
/
+2
*
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
1
-1
/
+1
*
Merge pull request #752 from Subv/vfs_load
bunnei
2018-07-20
1
-5
/
+2
|
\
|
*
Loader: Only print the module names and addresses if they actually exist.
Subv
2018-07-20
1
-5
/
+2
*
|
Merge pull request #737 from lioncash/move
bunnei
2018-07-20
2
-2
/
+4
|
\
\
|
*
|
loader/{nca, nro}: std::move VirtualFile in the constructors where applicable
Lioncash
2018-07-20
2
-2
/
+4
|
|
/
*
|
nso: Silence implicit sign conversion warnings
Lioncash
2018-07-19
1
-4
/
+6
*
|
nso: Remove unused function ReadSegment()
Lioncash
2018-07-19
1
-13
/
+0
|
/
*
Merge pull request #719 from lioncash/docs
bunnei
2018-07-19
2
-5
/
+5
|
\
|
*
loader: Amend Doxygen comments
Lioncash
2018-07-19
2
-5
/
+5
*
|
Merge pull request #718 from lioncash/read
bunnei
2018-07-19
1
-4
/
+6
|
\
\
|
*
|
loader/nso: Check if read succeeded in IdentifyFile() before checking magic v...
Lioncash
2018-07-19
1
-4
/
+6
|
|
/
*
|
loader/nro: Resolve sign mismatch warnings
Lioncash
2018-07-18
1
-1
/
+1
*
|
loader/nso: Remove unnecessary vector resizes
Lioncash
2018-07-18
1
-4
/
+2
*
|
loader/nso: Resolve sign mismatch warnings
Lioncash
2018-07-18
1
-1
/
+1
|
/
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
12
-525
/
+146
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
3
-5
/
+3
*
More improvements to GDBStub (#653)
Hedges
2018-07-12
4
-0
/
+15
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-07
12
-140
/
+540
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
12
-540
/
+140
*
Update clang format
James Rowe
2018-07-02
1
-5
/
+5
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
6
-27
/
+27
*
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
6
-11
/
+434
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
2
-4
/
+4
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-1
/
+1
*
loader: Move old logging macros over to new fmt-capable ones
Lioncash
2018-04-24
5
-26
/
+25
*
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
2018-04-20
2
-2
/
+2
*
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-04-06
2
-0
/
+6
*
deconstructed_rom_directory.cpp: Fix Typo
N00byKing
2018-04-03
1
-1
/
+1
*
memory: Fix stack region.
bunnei
2018-03-31
3
-3
/
+3
*
Clean Warnings (?)
N00byKing
2018-03-19
1
-1
/
+1
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
3
-3
/
+3
*
core: Move process creation out of global state.
bunnei
2018-03-14
4
-9
/
+5
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-01
5
-12
/
+12
*
loader: Check error on NPDM load, use TID for CodeSet
shinyquagsire23
2018-02-25
3
-6
/
+10
*
loader: Use NPDM information when loading NSOs
shinyquagsire23
2018-02-25
2
-4
/
+15
*
nso: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-2
/
+4
*
deconstructed_rom_directory: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-3
/
+4
*
Changed .istorage to .romfs
David Marcec
2018-02-05
2
-5
/
+5
[next]