mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
powctl: implement client api (needs board-specific impl)
This commit is contained in:
parent
3d31837ca1
commit
485304bd17
37 changed files with 1984 additions and 11 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
namespace ams::boot {
|
||||
|
||||
void SetFanEnabled() {
|
||||
void SetFanPowerEnabled() {
|
||||
if (spl::GetHardwareType() == spl::HardwareType::Copper) {
|
||||
/* TODO */
|
||||
/* boot::gpio::Configure(GpioPadName_FanEnable); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue