diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Vi/IManagerRootService.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Vi/IManagerRootService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Vi/IManagerRootService.cs b/src/Ryujinx.HLE/HOS/Services/Vi/IManagerRootService.cs index d564dabe..dd4b25a0 100644 --- a/src/Ryujinx.HLE/HOS/Services/Vi/IManagerRootService.cs +++ b/src/Ryujinx.HLE/HOS/Services/Vi/IManagerRootService.cs @@ -25,4 +25,4 @@ namespace Ryujinx.HLE.HOS.Services.Vi return ResultCode.Success; } } -}
\ No newline at end of file +} |