diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Lbl/ILblController.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Lbl/ILblController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Lbl/ILblController.cs b/src/Ryujinx.HLE/HOS/Services/Lbl/ILblController.cs index 65074d5f..75d78743 100644 --- a/src/Ryujinx.HLE/HOS/Services/Lbl/ILblController.cs +++ b/src/Ryujinx.HLE/HOS/Services/Lbl/ILblController.cs @@ -89,4 +89,4 @@ return ResultCode.Success; } } -}
\ No newline at end of file +} |