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: Remove unused IdentifyFile overload
Zach Hilman
2018-08-08
2
-12
/
+0
*
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-08
8
-8
/
+115
|
\
|
*
loader: Add icon and title support to XCI
Zach Hilman
2018-08-06
3
-3
/
+37
|
*
Use const where applicable
Zach Hilman
2018-08-06
1
-1
/
+1
|
*
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-06
6
-6
/
+79
*
|
loader: Fix scope error in DeconstructedRomDirectory
Zach Hilman
2018-08-07
1
-1
/
+1
|
/
*
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-05
4
-37
/
+24
*
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
6
-7
/
+145
|
\
|
*
Fix merge conflicts with opus and update docs
Zach Hilman
2018-08-01
1
-0
/
+2
|
*
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
2
-2
/
+3
|
*
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
1
-0
/
+4
|
*
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
1
-0
/
+3
|
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
2
-5
/
+5
|
*
Remove files that are not used
Zach Hilman
2018-08-01
6
-6
/
+134
*
|
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-08-03
3
-5
/
+5
*
|
kernel: Move object class to its own source files
Lioncash
2018-08-01
5
-5
/
+5
|
/
*
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
[prev]
[next]