Merge pull request #4185 from VolcaEM/patch-10

lbl: Update function table
This commit is contained in:
David 2020-06-28 18:48:54 +10:00 committed by GitHub
commit d3a306b7a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ public:
{26, &LBL::EnableVrMode, "EnableVrMode"},
{27, &LBL::DisableVrMode, "DisableVrMode"},
{28, &LBL::IsVrModeEnabled, "IsVrModeEnabled"},
{29, nullptr, "IsAutoBrightnessControlSupported"},
};
// clang-format on