mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-24 19:42:22 -05:00
10 lines
167 B
C#
10 lines
167 B
C#
namespace Ryujinx.HLE.HOS.Kernel.Ipc
|
|
{
|
|
enum ChannelState
|
|
{
|
|
NotInitialized,
|
|
Open,
|
|
ClientDisconnected,
|
|
ServerDisconnected
|
|
}
|
|
} |