ryujinx_ryubing/src/Ryujinx.HLE/HOS
Vudjun bc07bc482d
Gracefully handle errors in socket creation (#662)
In all other calls, exceptions are handled within the ManagedSocket
class, this can't easily be done here as the exception is thrown from
the constructor, so the exception is handled in ISocket and the correct
error is passed to the application.

This should fix #660
2025-02-16 02:26:37 -06:00
..
Applets misc: chore: add direct error code tuple to DisplayErrorAppletDialog 2025-02-11 21:09:55 -06:00
Diagnostics/Demangler misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
Ipc misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
Kernel misc: chore: Remove unused using directives across entire solution. 2025-01-30 20:27:17 -06:00
Services Gracefully handle errors in socket creation (#662) 2025-02-16 02:26:37 -06:00
SystemState misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
Tamper misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
ArmProcessContext.cs JIT Sparse Function Table (#250) 2024-11-22 15:33:44 -06:00
ArmProcessContextFactory.cs PPTC Profiles (#370) 2025-01-28 20:36:58 -06:00
HomebrewRomFsStream.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Horizon.cs misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
HorizonFsClient.cs misc: chore: Fix object creation in HLE project 2025-01-26 15:15:26 -06:00
IdDictionary.cs
LibHacHorizonManager.cs misc: chore: Use collection expressions in HLE project 2025-01-26 15:43:02 -06:00
ModLoader.cs UI: Scanning for mods on DLC content 2025-01-29 13:33:34 -06:00
ResultCode.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
ServiceCtx.cs
TamperMachine.cs misc: chore: Use explicit types in HLE project 2025-01-25 14:13:18 -06:00
UserChannelPersistence.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00