index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
filesystem
/
filesystem.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-16
1
-1
/
+2
*
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-13
/
+13
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
1
-10
/
+10
*
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-10-01
1
-1
/
+1
*
filesystem: Add getter for BCAT temporary directory
Zach Hilman
2019-09-30
1
-0
/
+9
*
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-22
1
-3
/
+2
*
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
1
-32
/
+36
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
1
-0
/
+1
*
filesystem: Pass Size Getter functions to IFileSystem for sizes
Zach Hilman
2019-09-21
1
-12
/
+0
*
filesystem: Add FileSystemController to deglobalize FS services
Zach Hilman
2019-09-21
1
-32
/
+277
*
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-29
1
-5
/
+5
*
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-10
1
-5
/
+6
|
\
|
*
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-27
1
-5
/
+6
*
|
Merge pull request #2339 from lioncash/rank
bunnei
2019-04-06
1
-3
/
+3
|
\
\
|
*
|
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
2019-04-05
1
-3
/
+3
|
|
/
*
/
filesystem: Use a std::string_view in OpenFile()
Lioncash
2019-04-05
1
-5
/
+8
|
/
*
filesystem: Populate save data sizes from control data
Zach Hilman
2018-12-27
1
-0
/
+47
*
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
1
-15
/
+3
|
\
|
*
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-02
1
-15
/
+3
*
|
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-12-01
1
-0
/
+12
|
/
*
filesystem: Clear registered union paths on factory creation
Zach Hilman
2018-11-19
1
-0
/
+5
*
Merge pull request #1632 from DarkLordZach/keys-manager-optimizations
bunnei
2018-11-16
1
-3
/
+10
|
\
|
*
filesystem: Cache RegisteredCacheUnion instead of constructing on demand
Zach Hilman
2018-11-02
1
-3
/
+10
*
|
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-11-16
1
-3
/
+3
*
|
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-11-15
1
-4
/
+21
|
\
\
|
*
|
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
2018-10-29
1
-4
/
+21
|
|
/
*
/
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
2018-10-29
1
-0
/
+10
|
/
*
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
2018-10-16
1
-7
/
+6
*
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
Lioncash
2018-10-13
1
-8
/
+8
*
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
1
-0
/
+9
*
filesystem: Add LayeredFS VFS directory getter
Zach Hilman
2018-09-22
1
-1
/
+12
*
Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision
David Marcec
2018-09-19
1
-1
/
+1
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+2
*
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
1
-1
/
+1
*
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
1
-0
/
+7
*
filesystem: Move dir retrieval after path checking in DeleteFile()
Lioncash
2018-09-02
1
-2
/
+5
*
Merge pull request #1166 from lioncash/typo
Sebastian Valle
2018-08-25
1
-1
/
+1
|
\
|
*
filesystem: Fix typo in log message
Lioncash
2018-08-24
1
-1
/
+1
*
|
filesystem: Add CreateFactories methods to fs
Zach Hilman
2018-08-23
1
-7
/
+6
*
|
filesystem: Add logging to registration getters
Zach Hilman
2018-08-23
1
-4
/
+25
|
/
*
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-21
1
-1
/
+1
*
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-21
1
-0
/
+2
*
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-19
1
-3
/
+16
*
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
2018-08-12
1
-0
/
+19
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-09
1
-7
/
+7
*
filesystem: Remove unnecessary if conditions
Zach Hilman
2018-08-09
1
-1
/
+1
*
service/filesystem: Add fsp:ldr and fsp:pr services
Lioncash
2018-08-01
1
-0
/
+4
*
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-24
1
-16
/
+29
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
1
-1
/
+1
*
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
1
-2
/
+2
*
Merge pull request #720 from Subv/getentrytype_root
Sebastian Valle
2018-07-19
1
-0
/
+4
|
\
|
*
Filesystem: Return EntryType::Directory for the root directory.
Subv
2018-07-19
1
-0
/
+4
*
|
filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructor
Lioncash
2018-07-19
1
-1
/
+3
*
|
filesystem: Use std::string's empty() function instead of comparing against a literal
Lioncash
2018-07-19
1
-1
/
+1
*
|
filesystem: Remove pragma disabling global optimizations
Lioncash
2018-07-19
1
-2
/
+0
|
/
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-10
/
+199
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
1
-28
/
+49
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-208
/
+17
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-17
/
+208
*
Update clang format
James Rowe
2018-07-03
1
-2
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-3
/
+3
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
filesystem: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-4
/
+4
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
Subv
2018-03-20
1
-0
/
+5
*
FS: Make EnsureSaveData create the savedata folder when called for the first time.
Subv
2018-03-04
1
-0
/
+13
*
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-02
1
-2
/
+9
*
filesystem: Implement basic IStorage functionality.
David Marcec
2018-01-21
1
-0
/
+54