mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-18 08:22:41 +00:00
10 lines
167 B
C#
10 lines
167 B
C#
namespace Ryujinx.HLE.HOS.Kernel.Ipc
|
|
{
|
|
enum ChannelState
|
|
{
|
|
NotInitialized,
|
|
Open,
|
|
ClientDisconnected,
|
|
ServerDisconnected
|
|
}
|
|
} |