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
Age
Commit message (
Expand
)
Author
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-10-07
service: Reduce header include overhead
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-16
fsp_srv: Fix filesystem access logging
Morph
2021-06-02
fsp-srv: Replace one last instance of RESULT_SUCCESS
Morph
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-26
service: Eliminate cases of member shadowing
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-07
IFile: Update to 12.x
Morph
2021-04-07
fsp-srv: Update to 12.x
Morph
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-20
Revert "core: Fix clang build"
bunnei
2020-10-20
Merge pull request #4796 from lioncash/clang
LC
2020-10-17
core: Fix clang build
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-23
fsp_srv: Resolve -Wunused-but-set-variable warning
Lioncash
2020-08-23
fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-07-31
minor nits
Morph
2020-07-30
fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute
Morph
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-05-11
service: fsp_srv: Stub implementation of OpenMultiCommitManager.
bunnei
2020-04-30
fs-srv: GetFreeSpaceSize & GetTotalSpaceSize
David Marcec
2020-04-20
service: Update function tables
Lioncash
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-02-07
hle: services: Use std::shared_ptr instead of copy by value.
bunnei
2019-11-28
Merge pull request #3169 from lioncash/memory
bunnei
2019-11-27
file_sys/directory: Make EntryType an enum class
Lioncash
[next]