index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
filesystem
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: don't enumerate hidden savedata size file
Liam
2023-12-09
1
-1
/
+7
*
fsp-srv: enable auto save data creation on init
Liam
2023-10-01
1
-0
/
+3
*
fsp-srv: add GetFileSystemAttribute
Liam
2023-09-25
1
-0
/
+41
*
service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSa...
german77
2023-09-23
2
-2
/
+24
*
filesystem: Return correct error for RenameFile when dest_path already exists
FearlessTobi
2023-08-24
1
-1
/
+10
*
fssystem: rework for yuzu style
Liam
2023-08-15
1
-2
/
+2
*
vfs: expand support for NCA reading
Liam
2023-08-15
3
-3
/
+12
*
fs: return result on null outputs
Liam
2023-08-08
1
-4
/
+24
*
general: fix incorrect conversions
Liam
2023-08-08
1
-1
/
+1
*
core: remove ResultVal type
Liam
2023-08-08
3
-104
/
+140
*
fsp-srv: avoid patching romfs multiple times
Liam
2023-06-03
1
-8
/
+12
*
fs: adjust future save path
Liam
2023-05-11
1
-2
/
+2
*
fs: stub cache storage and fix params alignment
Liam
2023-05-11
2
-5
/
+17
*
service: move hle_ipc from kernel
Liam
2023-03-01
2
-68
/
+67
*
service: refactor server architecture
Liam
2023-02-21
3
-13
/
+14
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
2
-4
/
+5
*
fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCard
ameerj
2023-02-03
1
-1
/
+1
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-6
/
+3
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2023-02-02
1
-3
/
+6
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-28
1
-14
/
+14
*
fsp_srv: Use ReadBufferSpan
ameerj
2022-12-25
1
-17
/
+14
*
service: Make use of buffer element count helpers
Lioncash
2022-11-23
1
-2
/
+2
*
fsp_srv: stub GetCacheStorageSize
Liam
2022-10-08
2
-1
/
+14
*
core:filesystem: speed up IDirectory service
vonchenplus
2022-08-23
1
-1
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-26
2
-28
/
+27
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
8
-24
/
+16
*
Merge pull request #8122 from bunnei/improve-thread-usage
bunnei
2022-04-06
1
-5
/
+8
|
\
|
*
hle: service: filesystem: Create a service thread where appropriate.
bunnei
2022-04-02
1
-5
/
+8
*
|
fix: typos
Andrea Pappacoda
2022-04-02
1
-1
/
+1
|
/
*
service/filsystem: Update fsp-srv function table
Lioncash
2022-01-21
1
-0
/
+3
*
general: Get the current process program id directly from the system
Morph
2021-11-04
2
-7
/
+4
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
2
-4
/
+5
*
core: Remove unused includes
ameerj
2021-11-03
1
-1
/
+0
*
general: Remove MakeResult helpers
Morph
2021-11-02
1
-11
/
+10
*
service: Reduce header include overhead
Morph
2021-10-07
2
-2
/
+0
*
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-09-14
3
-1
/
+37
*
FS: Mark recursive CreateDirectory as inaccurate and temporary
Morph
2021-09-12
1
-0
/
+5
*
Addressed issues
Chloe
2021-09-09
1
-1
/
+1
*
FS: Recursively create directories for CreateDirectory
Chloe Marcec
2021-09-06
1
-8
/
+13
*
filesystem: Open a read-only directory for SDMC mods
Morph
2021-06-28
1
-5
/
+9
*
core: Simplify SDMC mod loading
lat9nq
2021-06-28
1
-1
/
+2
*
core: Support LayeredFS mod from SDMC directory
lat9nq
2021-06-28
2
-0
/
+10
*
fsp_srv: Fix filesystem access logging
Morph
2021-06-16
2
-12
/
+15
*
fsp-srv: Replace one last instance of RESULT_SUCCESS
Morph
2021-06-02
1
-1
/
+1
*
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-06-02
4
-1
/
+17
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
2
-19
/
+19
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
2
-50
/
+50
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
1
-9
/
+12
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
2
-2
/
+2
[next]