aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Lbl
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Lbl')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Lbl/ILblController.cs2
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Lbl/LblControllerServer.cs2
2 files changed, 2 insertions, 2 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
+}
diff --git a/src/Ryujinx.HLE/HOS/Services/Lbl/LblControllerServer.cs b/src/Ryujinx.HLE/HOS/Services/Lbl/LblControllerServer.cs
index b68be1f2..899e882e 100644
--- a/src/Ryujinx.HLE/HOS/Services/Lbl/LblControllerServer.cs
+++ b/src/Ryujinx.HLE/HOS/Services/Lbl/LblControllerServer.cs
@@ -3,7 +3,7 @@
[Service("lbl")]
class LblControllerServer : ILblController
{
- private bool _vrModeEnabled;
+ private bool _vrModeEnabled;
private float _currentBrightnessSettingForVrMode;
public LblControllerServer(ServiceCtx context) : base(context) { }