index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
filesystem
/
filesystem.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-02
fix: typos
Andrea Pappacoda
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-11-02
general: Remove MakeResult helpers
Morph
2021-09-14
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-09-12
FS: Mark recursive CreateDirectory as inaccurate and temporary
Morph
2021-09-09
Addressed issues
Chloe
2021-09-06
FS: Recursively create directories for CreateDirectory
Chloe Marcec
2021-06-28
filesystem: Open a read-only directory for SDMC mods
Morph
2021-06-28
core: Simplify SDMC mod loading
lat9nq
2021-06-28
core: Support LayeredFS mod from SDMC directory
lat9nq
2021-06-02
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-01
service: filesystem: Return proper error codes for CreateFile
Morph
2021-04-14
common: Move settings to common from core.
bunnei
2020-12-15
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-08
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-27
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-10-13
filesystem: Fix CreateDirectory and DeleteFile
Morph
2020-09-16
file_sys/bis_factory: Eliminate usage of the global system accessor
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-07-30
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2020-07-16
Add comment to clarify the nullptr check
Morph
2020-07-16
filesystem: Create subdirectories prior to creating a file
Morph
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-01
bcat: Add FSC accessors for BCAT data
Zach Hilman
2019-09-30
filesystem: Add getter for BCAT temporary directory
Zach Hilman
2019-09-21
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-21
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
filesystem: Pass Size Getter functions to IFileSystem for sizes
Zach Hilman
2019-09-21
filesystem: Add FileSystemController to deglobalize FS services
Zach Hilman
2019-06-28
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-04-09
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-05
Merge pull request #2339 from lioncash/rank
bunnei
2019-04-05
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
2019-04-04
filesystem: Use a std::string_view in OpenFile()
Lioncash
2019-03-26
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2018-12-27
filesystem: Populate save data sizes from control data
Zach Hilman
2018-12-03
Merge pull request #1835 from lioncash/cache-global
bunnei
[next]