aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Lbl/LblControllerServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Lbl/LblControllerServer.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/Lbl/LblControllerServer.cs2
1 files changed, 1 insertions, 1 deletions
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) { }