Ryujinx/Ryujinx.HLE/HOS/Services/Nv
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
..
NvDrvServices Separate GPU engines (part 2/2) (#2440) 2021-07-11 17:20:40 -03:00
Types nvdrv: Partially implementation of GetStatus (#1215) 2020-05-13 15:29:16 +10:00
Host1xContext.cs Separate GPU engines (part 2/2) (#2440) 2021-07-11 17:20:40 -03:00
INvDrvDebugFSServices.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
INvDrvServices.cs hle: Tidy-up ServiceNotImplementedException (#2535) 2021-08-11 21:16:42 +02:00
INvGemControl.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
INvGemCoreDump.cs Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
NvIoctl.cs Rewrite nvservices (#800) 2019-11-03 09:47:56 +11:00
NvMemoryAllocator.cs Initial support for separate GPU address spaces (#2394) 2021-06-29 19:32:02 +02:00