gsp_gpu, shared_page: Change 3D LED State on SetLedForceOff

This commit is contained in:
N00byKing 2018-04-10 17:05:06 +02:00
parent 39fce60145
commit f29f4ccdc9
4 changed files with 22 additions and 1 deletions

View file

@ -93,4 +93,8 @@ void SetWifiLinkLevel(WifiLinkLevel level) {
shared_page.wifi_link_level = static_cast<u8>(level);
}
void Set3DLed(u8 state) {
shared_page.ledstate_3d = state;
}
} // namespace SharedPage