diff options
Diffstat (limited to 'Ryujinx.HLE/Exceptions/InternalServiceException.cs')
-rw-r--r-- | Ryujinx.HLE/Exceptions/InternalServiceException.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/Exceptions/InternalServiceException.cs b/Ryujinx.HLE/Exceptions/InternalServiceException.cs index b940c51c..85de63a6 100644 --- a/Ryujinx.HLE/Exceptions/InternalServiceException.cs +++ b/Ryujinx.HLE/Exceptions/InternalServiceException.cs @@ -6,4 +6,4 @@ namespace Ryujinx.HLE.Exceptions { public InternalServiceException(string message) : base(message) { } } -} +}
\ No newline at end of file |