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
/
fsp_srv.cpp
Age
Commit message (
Expand
)
Author
2018-07-19
fsp_srv: Remove unnecessary vector construction in IFile's Write() function
Lioncash
2018-07-19
fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f...
Lioncash
2018-07-19
fsp_srv: Make IStorage constructor explicit
Lioncash
2018-07-19
fsp_srv: Add missing includes
Lioncash
2018-07-19
fsp_srv: Resolve sign-mismatch warnings in assertion comparisons
Lioncash
2018-07-19
fsp_srv: Respect write length in Write()
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-11
Merge pull request #559 from Subv/mount_savedata
bunnei
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-18
Services/FS: Return the correct error code when trying to mount a nonexistent...
Subv
2018-06-07
Common/string_util: add StringFromBuffer function
mailwl
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-24
filesystem: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
Service/FS: implement IFileSystem::RenameFile
mailwl
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-15
fsp_srv: Implement DeleteFile.
bunnei
2018-04-14
fsp_srv: Implement IFile::Flush.
bunnei
2018-04-11
Various fixes and clang
Hexagon12
2018-04-10
Updated fsp-srv with more service names.
Hexagon12
2018-04-07
Fix spelling of Initialize
James Rowe
2018-03-31
hle_ipc, fsp_srv: Cleanup logging.
bunnei
2018-03-31
fsp_srv: Implement GetSize and SetSize.
bunnei
2018-03-23
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-21
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-19
FS: Implemented IFileSystem's OpenDirectory function.
Subv
2018-03-19
FS: Added the IDirectory IPC interface and implemented its two functions.
Subv
2018-03-19
FS: Implement MountSdCard.
Subv
2018-03-19
oops
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-04
FS: Stubbed CreateSaveData. It currently does nothing.
Subv
2018-03-01
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-02-13
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-09
fsp_srv: Stub MountSdCard.
bunnei
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-21
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-21
filesystem: Implement basic IStorage functionality.
David Marcec