aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/DisposableIpcService.cs')
-rw-r--r--Ryujinx.HLE/HOS/Services/DisposableIpcService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs b/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs
index 7aecdfd1..2d0802a7 100644
--- a/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs
+++ b/Ryujinx.HLE/HOS/Services/DisposableIpcService.cs
@@ -7,6 +7,8 @@ namespace Ryujinx.HLE.HOS.Services
{
private int _disposeState;
+ public DisposableIpcService(ServerBase server = null) : base(server) { }
+
protected abstract void Dispose(bool isDisposing);
public void Dispose()