mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-27 23:32:21 -05:00
Move solution and projects to src
This commit is contained in:
10
src/Ryujinx.HLE/HOS/Kernel/Ipc/ChannelState.cs
Normal file
10
src/Ryujinx.HLE/HOS/Kernel/Ipc/ChannelState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.HLE.HOS.Kernel.Ipc
|
||||
{
|
||||
enum ChannelState
|
||||
{
|
||||
NotInitialized,
|
||||
Open,
|
||||
ClientDisconnected,
|
||||
ServerDisconnected
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user