Browse Source
Merge pull request #4185 from VolcaEM/patch-10
lbl: Update function table
pull/15/merge
David
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/core/hle/service/lbl/lbl.cpp
|
|
|
@ -47,6 +47,7 @@ public: |
|
|
|
{26, &LBL::EnableVrMode, "EnableVrMode"}, |
|
|
|
{27, &LBL::DisableVrMode, "DisableVrMode"}, |
|
|
|
{28, &LBL::IsVrModeEnabled, "IsVrModeEnabled"}, |
|
|
|
{29, nullptr, "IsAutoBrightnessControlSupported"}, |
|
|
|
}; |
|
|
|
// clang-format on
|
|
|
|
|
|
|
|
|