Ryujinx/src/Ryujinx.HLE/HOS/Services/Fs/FileSystemProxy
GreemDev 13b69aedfe idea: Catch HorizonResultExceptions of result type ResultFsNonRealDataVerificationFailed
- log a more clear error message as to what 2002-4604 means for the user
- and return the result from the FileSystemProxy IStorage to pass the invalid data handling to the game instead of stopping emulation there and then.
  - this may be changed. i'm pretty sure this error is only thrown when you actually have integrity checking enabled in settings, so maybe it crashing with a friendler message is more desired than potentially continuing execution. we will see
2025-11-06 23:40:16 -06:00
..
FileSystemProxyHelper.cs misc: chore: Fix object creation in HLE project 2025-01-26 15:15:26 -06:00
IDirectory.cs misc: chore: Use explicit types in HLE project 2025-01-25 14:13:18 -06:00
IFile.cs misc: chore: Use explicit types in HLE project 2025-01-25 14:13:18 -06:00
IFileSystem.cs Fix ~3500 analyser issues 2025-05-30 17:08:34 -05:00
IStorage.cs idea: Catch HorizonResultExceptions of result type ResultFsNonRealDataVerificationFailed 2025-11-06 23:40:16 -06:00
LazyFile.cs Mod: Do LayeredFs loading Parallel to improve speed (#6180) 2024-01-29 16:32:34 +01:00