Ryujinx/Ryujinx.HLE/HOS/Kernel/Ipc
Cristallix 4738113f29
Suppress warnings from fields never used or never assigned (CS0169 and CS0649) (#919)
* chore : disable unwanted warnings and minor code cleanup

* chore : remove more warnings

* fix : reorder struct correctly

* fix : restore _isKernel and remove useless comment

* fix : copy/paste error

* fix : restore CallMethod call

* fix : whitespace

* chore : clean using

* feat : remove warnings

* fix : simplify warning removal on struct

* fix : revert fields deletion and code clean up

* fix : re-add RE value

* fix : typo
2020-04-21 07:59:59 +10:00
..
ChannelState.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KBufferDescriptor.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KBufferDescriptorTable.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
KClientPort.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
KClientSession.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
KLightClientSession.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KLightServerSession.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KLightSession.cs Suppress warnings from fields never used or never assigned (CS0169 and CS0649) (#919) 2020-04-21 07:59:59 +10:00
KPort.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KServerPort.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KServerSession.cs Misc cleanup (#708) 2019-07-02 04:39:22 +02:00
KSession.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00
KSessionRequest.cs Improve kernel IPC implementation (#550) 2019-01-18 20:26:39 -02:00