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
*
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