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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:filesystem: speed up IDirectory service
vonchenplus
2022-08-23
1
-1
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
2
-28
/
+27
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
8
-24
/
+16
*
Merge pull request #8122 from bunnei/improve-thread-usage
bunnei
2022-04-06
1
-5
/
+8
|
\
|
*
hle: service: filesystem: Create a service thread where appropriate.
bunnei
2022-04-02
1
-5
/
+8
*
|
fix: typos
Andrea Pappacoda
2022-04-02
1
-1
/
+1
|
/
*
service/filsystem: Update fsp-srv function table
Lioncash
2022-01-21
1
-0
/
+3
*
general: Get the current process program id directly from the system
Morph
2021-11-04
2
-7
/
+4
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
2
-4
/
+5
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
general: Remove MakeResult helpers
Morph
2021-11-02
1
-11
/
+10
*
service: Reduce header include overhead
Morph
2021-10-07
2
-2
/
+0
*
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-09-14
3
-1
/
+37
*
FS: Mark recursive CreateDirectory as inaccurate and temporary
Morph
2021-09-12
1
-0
/
+5
*
Addressed issues
Chloe
2021-09-08
1
-1
/
+1
*
FS: Recursively create directories for CreateDirectory
Chloe Marcec
2021-09-06
1
-8
/
+13
*
filesystem: Open a read-only directory for SDMC mods
Morph
2021-06-28
1
-5
/
+9
*
core: Simplify SDMC mod loading
lat9nq
2021-06-28
1
-1
/
+2
*
core: Support LayeredFS mod from SDMC directory
lat9nq
2021-06-28
2
-0
/
+10
*
fsp_srv: Fix filesystem access logging
Morph
2021-06-16
2
-12
/
+15
*
fsp-srv: Replace one last instance of RESULT_SUCCESS
Morph
2021-06-03
1
-1
/
+1
*
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-06-03
4
-1
/
+17
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
2
-19
/
+19
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
2
-50
/
+50
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-9
/
+12
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
2
-2
/
+2
*
service: filesystem: Return proper error codes for CreateFile
Morph
2021-05-01
1
-2
/
+7
*
service: Eliminate cases of member shadowing
Lioncash
2021-04-26
1
-10
/
+11
*
common: Move settings to common from core.
bunnei
2021-04-15
1
-1
/
+1
*
IFile: Update to 12.x
Morph
2021-04-07
1
-3
/
+7
*
fsp-srv: Update to 12.x
Morph
2021-04-07
2
-3
/
+8
*
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-15
4
-1
/
+57
|
\
|
*
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-08
4
-1
/
+57
*
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
2
-24
/
+21
|
/
*
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-11-27
1
-1
/
+2
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
7
-37
/
+47
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
3
-7
/
+15
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-5
/
+3
*
Merge pull request #4796 from lioncash/clang
LC
2020-10-21
1
-3
/
+5
|
\
|
*
core: Fix clang build
Lioncash
2020-10-18
1
-3
/
+5
*
|
filesystem: Fix CreateDirectory and DeleteFile
Morph
2020-10-13
1
-2
/
+3
|
/
*
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-17
1
-1
/
+1
*
fsp_srv: Resolve -Wunused-but-set-variable warning
Lioncash
2020-08-23
1
-1
/
+8
*
fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()
Lioncash
2020-08-23
1
-2
/
+5
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-40
/
+40
*
minor nits
Morph
2020-07-31
1
-1
/
+3
*
fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute
Morph
2020-07-30
2
-23
/
+56
*
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2020-07-30
2
-7
/
+7
*
Add comment to clarify the nullptr check
Morph
2020-07-16
1
-0
/
+1
*
filesystem: Create subdirectories prior to creating a file
Morph
2020-07-16
1
-0
/
+3
*
service: fsp_srv: Stub implementation of OpenMultiCommitManager.
bunnei
2020-05-11
2
-1
/
+38
*
fs-srv: GetFreeSpaceSize & GetTotalSpaceSize
David Marcec
2020-04-30
1
-2
/
+2
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+4
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-16
2
-1
/
+5
*
hle: services: Use std::shared_ptr instead of copy by value.
bunnei
2020-02-08
1
-7
/
+9
*
Merge pull request #3169 from lioncash/memory
bunnei
2019-11-28
1
-5
/
+2
|
\
|
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
1
-5
/
+2
*
|
file_sys/directory: Make EntryType an enum class
Lioncash
2019-11-27
1
-2
/
+2
|
/
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-25
1
-0
/
+6
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+6
*
|
service: Resolve sign conversion errors
Lioncash
2019-11-12
2
-16
/
+16
|
/
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
2
-11
/
+17
*
service/filesystem: Silence -Wunused-variable
ReinUsesLisp
2019-10-05
1
-1
/
+1
*
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-10-01
2
-1
/
+3
*
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
4
-6
/
+6
*
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
3
-68
/
+76
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
3
-14
/
+37
*
filesystem: Pass Size Getter functions to IFileSystem for sizes
Zach Hilman
2019-09-21
3
-20
/
+31
*
filesystem: Add FileSystemController to deglobalize FS services
Zach Hilman
2019-09-21
2
-58
/
+359
*
fsp-srv: Implement GetAccessLogVersionInfo
Zach Hilman
2019-06-29
2
-3
/
+14
*
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-29
4
-21
/
+58
*
Merge pull request #2382 from lioncash/table
bunnei
2019-04-16
1
-0
/
+7
|
\
|
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+7
*
|
fsp_srv: Remove unnecessary parameter popping in IDirectory's Read()
Lioncash
2019-04-10
1
-4
/
+1
*
|
fsp_srv: Log out option values in IFile's Read and Write functions
Lioncash
2019-04-10
1
-4
/
+6
|
/
*
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-10
2
-7
/
+6
|
\
|
*
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-27
2
-7
/
+6
*
|
Merge pull request #2339 from lioncash/rank
bunnei
2019-04-06
3
-12
/
+15
|
\
\
|
*
|
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
2019-04-05
2
-4
/
+4
|
*
|
service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem
Lioncash
2019-04-05
1
-7
/
+8
|
*
|
service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs
Lioncash
2019-04-05
1
-1
/
+3
|
|
/
*
|
Merge pull request #2338 from lioncash/fs
bunnei
2019-04-05
1
-5
/
+8
|
\
\
|
*
|
filesystem: Use a std::string_view in OpenFile()
Lioncash
2019-04-05
1
-5
/
+8
|
|
/
*
/
hle/service: Resolve unused variable warnings
Lioncash
2019-04-04
1
-41
/
+29
|
/
*
fsp_srv: Unstub SetCurrentProcess
Lioncash
2019-03-18
2
-1
/
+5
*
service/fsp-srv: Update function tables
Lioncash
2019-01-30
2
-17
/
+25
*
filesystem: Populate save data sizes from control data
Zach Hilman
2018-12-27
2
-0
/
+53
*
Merge pull request #1891 from DarkLordZach/istorage-getsize
Mat M
2018-12-12
1
-2
/
+15
|
\
|
*
fsp_srv: Implement IStorage::GetSize
Zach Hilman
2018-12-10
1
-2
/
+15
*
|
service/fsp_srv: Correct returned value in GetGlobalAccessLogMode()
Lioncash
2018-12-10
1
-1
/
+10
|
/
*
Merge pull request #1704 from DarkLordZach/oss-sysarchive
bunnei
2018-12-05
1
-0
/
+10
|
\
|
*
fsp_srv: Add support for using open source archive if not found in NAND
Zach Hilman
2018-11-16
1
-0
/
+10
*
|
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
2
-17
/
+4
|
\
\
|
*
|
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-02
2
-17
/
+4
*
|
|
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-12-01
3
-1
/
+35
|
/
/
*
|
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-27
1
-6
/
+6
*
|
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-1
/
+14
*
|
filesystem: Clear registered union paths on factory creation
Zach Hilman
2018-11-19
2
-0
/
+6
*
|
Merge pull request #1632 from DarkLordZach/keys-manager-optimizations
bunnei
2018-11-16
2
-4
/
+11
|
\
\
|
*
|
filesystem: Cache RegisteredCacheUnion instead of constructing on demand
Zach Hilman
2018-11-02
2
-4
/
+11
|
|
/
*
|
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-11-16
2
-11
/
+11
*
|
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-11-15
2
-4
/
+22
|
\
\
|
*
|
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
2018-10-29
2
-4
/
+22
|
|
/
*
|
ns: Implement command 400: GetApplicationControlData
Zach Hilman
2018-10-29
1
-14
/
+10
*
|
fsp_srv: Implement ISaveDataInfoReader
Zach Hilman
2018-10-29
1
-0
/
+144
*
|
fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId
Zach Hilman
2018-10-29
2
-1
/
+13
*
|
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
2018-10-29
2
-0
/
+11
|
/
*
service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively
DeeJayBro
2018-10-27
1
-2
/
+26
*
fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId
Zach Hilman
2018-10-17
1
-1
/
+5
*
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
2018-10-16
2
-11
/
+10
*
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
Lioncash
2018-10-13
2
-10
/
+10
*
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
2
-0
/
+10
*
services/fsp_srv: Amend service function table
Lioncash
2018-10-03
1
-0
/
+2
*
filesystem: Add LayeredFS VFS directory getter
Zach Hilman
2018-09-22
2
-1
/
+14
*
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
8
-1
/
+12
*
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
1
-1
/
+1
*
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
2
-0
/
+10
*
Merge pull request #1213 from DarkLordZach/octopath-fs
bunnei
2018-09-02
2
-2
/
+30
|
\
|
*
filesystem: Implement OpenReadOnlySaveDataFilesystem
Zach Hilman
2018-09-01
2
-1
/
+7
|
*
filesystem: Add OpenFileSystemWithPatch
Zach Hilman
2018-09-01
2
-1
/
+23
*
|
filesystem: Move dir retrieval after path checking in DeleteFile()
Lioncash
2018-09-02
1
-2
/
+5
|
/
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+1
*
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
2
-8
/
+11
*
|
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
3
-2
/
+3
*
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-21
3
-5
/
+19
*
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-19
4
-16
/
+50
*
filesystem: Add Open and Register functions for BISFactory
Zach Hilman
2018-08-12
2
-4
/
+23
*
Merge pull request #990 from lioncash/entry
bunnei
2018-08-10
1
-6
/
+3
|
\
|
*
fsp_srv: Use std::string_view's copy() function instead of strncpy()
Lioncash
2018-08-09
1
-5
/
+1
|
*
fsp_srv: Emplace entries first when building index instead of emplacing last
Lioncash
2018-08-09
1
-2
/
+3
*
|
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-09
2
-8
/
+8
*
|
filesystem: Remove unnecessary if conditions
Zach Hilman
2018-08-09
1
-1
/
+1
|
/
*
service: Remove redundant #pragma once directives
Lioncash
2018-08-04
2
-4
/
+0
*
service/filesystem: Add fsp:ldr and fsp:pr services
Lioncash
2018-08-01
5
-0
/
+85
*
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
*
|
Merge pull request #712 from lioncash/fsp
bunnei
2018-07-19
1
-17
/
+22
|
\
\
|
*
|
fsp_srv: Remove unnecessary vector construction in IFile's Write() function
Lioncash
2018-07-19
1
-2
/
+3
|
*
|
fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() function
Lioncash
2018-07-19
1
-10
/
+8
|
*
|
fsp_srv: Make IStorage constructor explicit
Lioncash
2018-07-19
1
-1
/
+1
|
*
|
fsp_srv: Add missing includes
Lioncash
2018-07-19
1
-0
/
+5
|
*
|
fsp_srv: Resolve sign-mismatch warnings in assertion comparisons
Lioncash
2018-07-19
1
-3
/
+3
|
*
|
fsp_srv: Respect write length in Write()
Lioncash
2018-07-19
1
-4
/
+5
|
|
/
*
|
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
4
-115
/
+383
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
4
-87
/
+125
*
Merge pull request #559 from Subv/mount_savedata
bunnei
2018-07-12
1
-2
/
+11
|
\
|
*
Services/FS: Return the correct error code when trying to mount a nonexistent savedata.
Subv
2018-06-19
1
-2
/
+11
*
|
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
4
-404
/
+70
*
|
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
4
-70
/
+404
*
|
Update clang format
James Rowe
2018-07-03
1
-2
/
+2
*
|
Rename logging macro back to LOG_*
James Rowe
2018-07-03
2
-28
/
+28
|
/
*
Common/string_util: add StringFromBuffer function
mailwl
2018-06-07
1
-22
/
+9
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
2
-6
/
+6
*
filesystem: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
2
-30
/
+29
*
Service/FS: implement IFileSystem::RenameFile
mailwl
2018-04-24
1
-1
/
+21
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
3
-12
/
+6
*
fsp_srv: Implement DeleteFile.
bunnei
2018-04-15
1
-1
/
+15
*
fsp_srv: Implement IFile::Flush.
bunnei
2018-04-15
1
-1
/
+9
*
Various fixes and clang
Hexagon12
2018-04-11
1
-12
/
+5
*
Updated fsp-srv with more service names.
Hexagon12
2018-04-10
1
-4
/
+102
*
Fix spelling of Initialize
James Rowe
2018-04-07
2
-3
/
+3
*
hle_ipc, fsp_srv: Cleanup logging.
bunnei
2018-04-01
1
-2
/
+2
*
fsp_srv: Implement GetSize and SetSize.
bunnei
2018-03-31
1
-2
/
+21
*
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-24
3
-2
/
+106
|
\
|
*
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
1
-0
/
+15
|
*
FS: Implemented IFileSystem's OpenDirectory function.
Subv
2018-03-20
1
-0
/
+28
|
*
FS: Added the IDirectory IPC interface and implemented its two functions.
Subv
2018-03-20
1
-0
/
+51
|
*
FS: Implement MountSdCard.
Subv
2018-03-20
1
-2
/
+6
|
*
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
Subv
2018-03-20
2
-0
/
+6
*
|
oops
N00byKing
2018-03-19
1
-3
/
+3
*
|
Clean Warnings (?)
N00byKing
2018-03-19
1
-3
/
+3
|
/
*
FS: Stubbed CreateSaveData. It currently does nothing.
Subv
2018-03-04
2
-0
/
+15
*
FS: Make EnsureSaveData create the savedata folder when called for the first time.
Subv
2018-03-04
2
-0
/
+20
*
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-03-02
2
-0
/
+189
*
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-03-02
2
-2
/
+10
*
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-14
1
-3
/
+1
*
fsp_srv: Stub MountSdCard.
bunnei
2018-02-10
2
-0
/
+9
*
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-07
1
-0
/
+1
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-9
/
+9
*
service: Fix all incorrect IPC response headers.
bunnei
2018-01-25
1
-2
/
+2
*
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
3
-48
/
+72
*
filesystem: Implement basic IStorage functionality.
David Marcec
2018-01-21
4
-0
/
+252