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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: refactor server architecture
Liam
2023-02-21
1
-1
/
+1
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-13
/
+13
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-09-14
1
-0
/
+6
*
core: Support LayeredFS mod from SDMC directory
lat9nq
2021-06-28
1
-0
/
+1
*
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-06-03
1
-0
/
+2
*
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-08
1
-0
/
+4
*
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2020-07-30
1
-3
/
+3
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
1
-1
/
+7
*
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-10-01
1
-0
/
+2
*
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-22
1
-1
/
+1
*
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
1
-32
/
+36
*
filesystem: Pass Size Getter functions to IFileSystem for sizes
Zach Hilman
2019-09-21
1
-6
/
+0
*
filesystem: Add FileSystemController to deglobalize FS services
Zach Hilman
2019-09-21
1
-26
/
+82
*
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-29
1
-1
/
+1
*
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-10
1
-2
/
+0
|
\
|
*
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-27
1
-2
/
+0
*
|
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
2019-04-05
1
-1
/
+1
|
/
*
filesystem: Populate save data sizes from control data
Zach Hilman
2018-12-27
1
-0
/
+6
*
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
1
-2
/
+1
|
\
|
*
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-02
1
-2
/
+1
*
|
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
/
+1
*
Merge pull request #1632 from DarkLordZach/keys-manager-optimizations
bunnei
2018-11-16
1
-1
/
+1
|
\
|
*
filesystem: Cache RegisteredCacheUnion instead of constructing on demand
Zach Hilman
2018-11-02
1
-1
/
+1
*
|
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-11-15
1
-0
/
+1
|
\
\
|
*
|
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
2018-10-29
1
-0
/
+1
|
|
/
*
/
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
2018-10-29
1
-0
/
+1
|
/
*
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
2018-10-16
1
-4
/
+4
*
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
Lioncash
2018-10-13
1
-2
/
+2
*
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
1
-0
/
+1
*
filesystem: Add LayeredFS VFS directory getter
Zach Hilman
2018-09-22
1
-0
/
+2
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+1
*
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
1
-0
/
+3
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+1
*
filesystem: Add CreateFactories methods to fs
Zach Hilman
2018-08-23
1
-1
/
+5
*
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
-4
/
+14
*
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-19
1
-1
/
+3
*
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
2018-08-12
1
-4
/
+4
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-09
1
-1
/
+1
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-9
/
+101
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
1
-31
/
+17
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-130
/
+3
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-3
/
+130
*
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
Subv
2018-03-20
1
-0
/
+1
*
FS: Make EnsureSaveData create the savedata folder when called for the first time.
Subv
2018-03-04
1
-0
/
+7
*
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-02
1
-0
/
+1
*
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
1
-3
/
+12
*
filesystem: Implement basic IStorage functionality.
David Marcec
2018-01-21
1
-0
/
+41