diff options
Diffstat (limited to 'src/Ryujinx.HLE/Exceptions/ServiceNotImplementedException.cs')
-rw-r--r-- | src/Ryujinx.HLE/Exceptions/ServiceNotImplementedException.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/Exceptions/ServiceNotImplementedException.cs b/src/Ryujinx.HLE/Exceptions/ServiceNotImplementedException.cs index e43c838a..9cb1cf2c 100644 --- a/src/Ryujinx.HLE/Exceptions/ServiceNotImplementedException.cs +++ b/src/Ryujinx.HLE/Exceptions/ServiceNotImplementedException.cs @@ -35,8 +35,6 @@ namespace Ryujinx.HLE.Exceptions Request = context.Request; } - protected ServiceNotImplementedException(SerializationInfo info, StreamingContext context) : base(info, context) { } - public override string Message { get |