1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-24 23:43:48 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Fs
riperiperi fb935fd201
Add dedicated ServerBase for FileSystem services (#3142)
This should prevent filesystem services from blocking other services that don't have their own ServerBase. May improve filesystem related stutters in certain titles.

Improves button advanced cutscenes such as Miqol's Request in Xenoblade: DE when the game is on a network share (used to stutter when voice lines played).

Should probably be tested to make sure no mysterious bugs have been unearthed, and to see if any other filesystem related perf issues are improved.
2022-02-19 15:29:11 +01:00
..
FileSystemProxy Update to LibHac 0.15.0 (#2986) 2022-01-12 12:22:19 +01:00
Types
IDeviceOperator.cs Update to LibHac v0.14.3 (#2925) 2021-12-23 13:55:50 -03:00
IFileSystemProxy.cs Add dedicated ServerBase for FileSystem services (#3142) 2022-02-19 15:29:11 +01:00
IFileSystemProxyForLoader.cs
IMultiCommitManager.cs Update to LibHac v0.14.3 (#2925) 2021-12-23 13:55:50 -03:00
IProgramRegistry.cs
ISaveDataInfoReader.cs Update to LibHac v0.14.3 (#2925) 2021-12-23 13:55:50 -03:00
ResultCode.cs