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
*
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
*
service: filesystem: Return proper error codes for CreateFile
Morph
2021-05-01
1
-2
/
+7
*
service: Eliminate cases of member shadowing
Lioncash
2021-04-26
1
-10
/
+11
*
common: Move settings to common from core.
bunnei
2021-04-14
1
-1
/
+1
*
IFile: Update to 12.x
Morph
2021-04-07
1
-3
/
+7
*
fsp-srv: Update to 12.x
Morph
2021-04-07
2
-3
/
+8
*
Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindex
bunnei
2020-12-15
4
-1
/
+57
|
\
|
*
fsp_srv: Implement OpenDataStorageWithProgramIndex
Morph
2020-12-08
4
-1
/
+57
*
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-07
2
-24
/
+21
|
/
*
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-11-27
1
-1
/
+2
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
7
-37
/
+47
*
patch_manager: Remove usages of the global system instance
Lioncash
2020-11-18
3
-7
/
+15
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-5
/
+3
*
Merge pull request #4796 from lioncash/clang
LC
2020-10-20
1
-3
/
+5
|
\
[next]