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-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2
-0
/
+2
2018-08-15
loader: Make ResultStatus directly compatible with fmt
Lioncash
2
-10
/
+6
2018-08-15
loader/nca: Remove unnecessary includes and member variables
Lioncash
2
-20
/
+11
2018-08-15
loader/xci: Remove unnecessary includes and member variables
Lioncash
2
-15
/
+11
2018-08-14
loader: Remove address mapping remnants from citra
Lioncash
6
-17
/
+0
2018-08-12
made ResultStatus a u16
David Marcec
1
-1
/
+1
2018-08-12
Fixed invalid cast in loader
David Marcec
1
-1
/
+1
2018-08-11
loader: Recognize filename '00' as NCA
Zach Hilman
1
-0
/
+2
2018-08-09
loader: Add more descriptive errors
Zach Hilman
7
-31
/
+111
2018-08-08
loader: Remove unused IdentifyFile overload
Zach Hilman
2
-12
/
+0
2018-08-07
loader: Fix scope error in DeconstructedRomDirectory
Zach Hilman
1
-1
/
+1
2018-08-06
loader: Add icon and title support to XCI
Zach Hilman
3
-3
/
+37
2018-08-06
Use const where applicable
Zach Hilman
1
-1
/
+1
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
6
-6
/
+79
2018-08-05
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
4
-37
/
+24
2018-08-03
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
3
-5
/
+5
2018-08-01
kernel: Move object class to its own source files
Lioncash
5
-5
/
+5
2018-08-01
Fix merge conflicts with opus and update docs
Zach Hilman
1
-0
/
+2
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2
-2
/
+3
2018-08-01
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
1
-0
/
+4
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
1
-0
/
+3
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
2
-5
/
+5
2018-08-01
Remove files that are not used
Zach Hilman
6
-6
/
+134
2018-07-24
deconstructed_rom_directory: Remove unused FindRomFS() function
Lioncash
1
-29
/
+0
2018-07-23
core: Make converting constructors explicit where applicable
Lioncash
2
-2
/
+2
2018-07-23
loader: Remove unnecessary constructor call in IdentifyFile()
Lioncash
1
-1
/
+1
2018-07-23
linker: Remove unused parameter from WriteRelocations()
Lioncash
2
-7
/
+4
2018-07-23
nro: Replace inclusion with a forward declaration
Lioncash
2
-1
/
+8
2018-07-23
nro: Make bracing consistent
Lioncash
1
-10
/
+24
2018-07-23
nro: Make constructor explicit
Lioncash
1
-1
/
+1
2018-07-23
nro: Remove unused forward declaration
Lioncash
1
-2
/
+0
2018-07-23
NRO Assets and NACP file format
Zach Hilman
2
-1
/
+90
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
1
-1
/
+2
2018-07-21
file_util: Use a u64 to represent number of entries
Lioncash
1
-1
/
+1
2018-07-20
Loader: Only print the module names and addresses if they actually exist.
Subv
1
-5
/
+2
2018-07-20
loader/{nca, nro}: std::move VirtualFile in the constructors where applicable
Lioncash
2
-2
/
+4
2018-07-19
nso: Silence implicit sign conversion warnings
Lioncash
1
-4
/
+6
2018-07-19
nso: Remove unused function ReadSegment()
Lioncash
1
-13
/
+0
2018-07-19
loader: Amend Doxygen comments
Lioncash
2
-5
/
+5
2018-07-19
loader/nso: Check if read succeeded in IdentifyFile() before checking magic v...
Lioncash
1
-4
/
+6
2018-07-18
loader/nro: Resolve sign mismatch warnings
Lioncash
1
-1
/
+1
2018-07-18
loader/nso: Remove unnecessary vector resizes
Lioncash
1
-4
/
+2
2018-07-18
loader/nso: Resolve sign mismatch warnings
Lioncash
1
-1
/
+1
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
12
-525
/
+146
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
3
-5
/
+3
2018-07-12
More improvements to GDBStub (#653)
Hedges
4
-0
/
+15
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
12
-140
/
+540
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
12
-540
/
+140
2018-07-02
Update clang format
James Rowe
1
-5
/
+5
2018-07-02
Rename logging macro back to LOG_*
James Rowe
6
-27
/
+27
[next]