mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 00:47:33 +01:00
lbl: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Backlight_services
This commit is contained in:
parent
6205965df9
commit
73b035d2e2
@ -47,6 +47,7 @@ public:
|
||||
{26, &LBL::EnableVrMode, "EnableVrMode"},
|
||||
{27, &LBL::DisableVrMode, "DisableVrMode"},
|
||||
{28, &LBL::IsVrModeEnabled, "IsVrModeEnabled"},
|
||||
{29, nullptr, "IsAutoBrightnessControlSupported"},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user