mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 02:45:07 -04:00
boot/powctl/i2c: more miscellaneous fixes
This commit is contained in:
parent
affdea9244
commit
b62aa044e4
6 changed files with 89 additions and 57 deletions
|
@ -530,7 +530,7 @@ namespace ams::boot {
|
|||
if (g_lcd_vendor == 0x2050) {
|
||||
EnableBacklightForVendor2050ForHardwareTypeFive(0);
|
||||
} else {
|
||||
pwm::driver::SetEnabled(g_lcd_backlight_session, true);
|
||||
pwm::driver::SetEnabled(g_lcd_backlight_session, false);
|
||||
pwm::driver::CloseSession(g_lcd_backlight_session);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue