index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1136 from tech4me/master
bunnei
2018-08-22
2
-4
/
+4
|
\
|
*
qt/main: Port part of citra(#3411), open savedata works
tech4me
2018-08-21
2
-4
/
+4
*
|
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-21
2
-2
/
+4
*
|
sdmc_factory: Remove unnecessary core include
Lioncash
2018-08-21
2
-1
/
+1
|
/
*
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-20
1
-0
/
+1
*
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
2018-08-20
3
-3
/
+12
*
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-20
3
-2
/
+3
*
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-18
3
-4
/
+49
*
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-15
1
-8
/
+10
*
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
17
-17
/
+1066
|
\
|
*
registration: Various style and documentation improvements
Zach Hilman
2018-08-12
3
-18
/
+22
|
*
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-11
2
-22
/
+48
|
*
vfs_real: Add CreateFullPath to Create* operations
Zach Hilman
2018-08-11
2
-13
/
+6
|
*
control_metadata: Remove unnecessary reference to base file
Zach Hilman
2018-08-11
2
-2
/
+1
|
*
romfs: Remove cyclic shared_ptr leak in romfs code
Zach Hilman
2018-08-11
3
-8
/
+8
|
*
registration: Update documentation and style
Zach Hilman
2018-08-11
5
-42
/
+69
|
*
nca_metadata: Remove unnecessary reference to base file
Zach Hilman
2018-08-11
2
-3
/
+2
|
*
bis_factory: Create NAND dirs if they don't exist
Zach Hilman
2018-08-11
1
-2
/
+9
|
*
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-11
2
-10
/
+15
|
*
registered_cache: Fix missing reading from yuzu_meta
Zach Hilman
2018-08-11
1
-7
/
+16
|
*
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
6
-27
/
+38
|
*
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
1
-1
/
+1
|
*
file_sys: Add RegisteredCache
Zach Hilman
2018-08-11
2
-0
/
+543
|
*
file_sys: Add support for parsing NCA metadata (CNMT)
Zach Hilman
2018-08-11
2
-0
/
+230
|
*
card_image: Add accessor for all NCAs in XCI
Zach Hilman
2018-08-11
2
-0
/
+5
|
*
vfs_real: Add CreateFullPath to CreateFile
Zach Hilman
2018-08-11
1
-3
/
+6
|
*
bis_factory: Add partial implementation of BISFactory
Zach Hilman
2018-08-11
2
-0
/
+54
|
*
vfs: Add ConcatenatedVfsFile
Zach Hilman
2018-08-11
2
-0
/
+134
*
|
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-15
1
-2
/
+5
*
|
Merge pull request #1032 from lioncash/sanitize
bunnei
2018-08-13
1
-10
/
+10
|
\
\
|
*
|
vfs: Use sanitized paths within MoveFile() and MoveDirectory()
Lioncash
2018-08-12
1
-10
/
+10
|
|
/
*
|
Merge pull request #1031 from lioncash/verbosity
bunnei
2018-08-13
2
-7
/
+7
|
\
\
|
*
|
card_image: Use type aliases to shorten definitions
Lioncash
2018-08-12
2
-6
/
+6
|
*
|
card_image: Simplify return statement of GetSubdirectories()
Lioncash
2018-08-12
1
-1
/
+1
|
|
/
*
|
vfs: Make VfsFilesystem constructor explicit
Lioncash
2018-08-12
1
-1
/
+1
*
|
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
3
-9
/
+15
*
|
made ResultStatus a u16
David Marcec
2018-08-12
2
-2
/
+2
|
/
*
loader: Add more descriptive errors
Zach Hilman
2018-08-09
5
-35
/
+95
*
Merge pull request #990 from lioncash/entry
bunnei
2018-08-09
1
-3
/
+9
|
\
|
*
fsp_srv: Use std::string_view's copy() function instead of strncpy()
Lioncash
2018-08-08
1
-3
/
+9
*
|
vfs: Fix documentation
Zach Hilman
2018-08-08
1
-2
/
+2
*
|
vfs: Fix typo in VfsFilesystem docs
Zach Hilman
2018-08-08
1
-1
/
+1
*
|
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
1
-17
/
+27
*
|
vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory
Zach Hilman
2018-08-08
1
-2
/
+10
*
|
file_sys: Add missing include in savedata_factory
Zach Hilman
2018-08-08
1
-0
/
+1
*
|
vfs: Add unreachable assert to file permissions converter
Zach Hilman
2018-08-08
1
-1
/
+3
*
|
vfs: Add RealVfsFilesystem implementation
Zach Hilman
2018-08-08
2
-81
/
+290
*
|
vfs: Add VfsFilesystem interface and default implementation
Zach Hilman
2018-08-08
2
-3
/
+211
|
/
*
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-08
4
-0
/
+13
|
\
|
*
loader: Add icon and title support to XCI
Zach Hilman
2018-08-06
3
-0
/
+6
[next]