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