diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Ipc/IpcHandleDesc.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Ipc/IpcHandleDesc.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Ipc/IpcHandleDesc.cs b/src/Ryujinx.HLE/HOS/Ipc/IpcHandleDesc.cs index c7ef7e9c..887fe28e 100644 --- a/src/Ryujinx.HLE/HOS/Ipc/IpcHandleDesc.cs +++ b/src/Ryujinx.HLE/HOS/Ipc/IpcHandleDesc.cs @@ -90,4 +90,4 @@ namespace Ryujinx.HLE.HOS.Ipc return ms; } } -}
\ No newline at end of file +} |