1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 05:53:30 +01:00
Ryujinx/Ryujinx.HLE/Exceptions
jduncanator b5b7e23fc4
hle: Tidy-up ServiceNotImplementedException (#2535)
* hle: Simplify ServiceNotImplementedException

This removes the need to pass in whether the command is a Tipc command or a Hipc command to the exception constructor.

* hle: Use the IPC Message type to determine command type

This allows differentiating between Tipc and Hipc commands when invoking a handler that supports handling both Tipc and Hipc commands.
2021-08-11 21:16:42 +02:00
..
GuestBrokeExecutionException.cs
InternalServiceException.cs
InvalidFirmwarePackageException.cs System firmware installer (#791) 2020-01-12 03:10:55 +01:00
InvalidNpdmException.cs
InvalidStructLayoutException.cs HID SharedMem Rework (#1003) 2020-04-03 11:10:02 +11:00
InvalidSystemResourceException.cs
ServiceNotImplementedException.cs hle: Tidy-up ServiceNotImplementedException (#2535) 2021-08-11 21:16:42 +02:00
TamperCompilationException.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
TamperExecutionException.cs Add the TamperMachine module for runtime mods and cheats (#1928) 2021-03-27 15:12:05 +01:00
UndefinedInstructionException.cs