mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
fatal: yield our lbl session unless needed
This commit is contained in:
parent
a4a2cc2218
commit
e5b1739f65
2 changed files with 3 additions and 2 deletions
|
@ -499,7 +499,9 @@ namespace ams::fatal::srv {
|
|||
}
|
||||
|
||||
void BacklightControlTask::TurnOnBacklight() {
|
||||
lblSwitchBacklightOn(0);
|
||||
R_ABORT_UNLESS(::lblInitialize());
|
||||
::lblSwitchBacklightOn(0);
|
||||
::lblExit();
|
||||
}
|
||||
|
||||
Result BacklightControlTask::Run() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue