exo2: implement the first half of SmcCpuSuspend

This commit is contained in:
Michael Scire 2020-06-07 19:16:48 -07:00 committed by SciresM
parent e1835d9ba2
commit 0202a95832
11 changed files with 175 additions and 5 deletions

View file

@ -105,7 +105,7 @@ namespace ams::clkrst {
}
void EnableI2c5Clock() {
EnableClock(I2c1Clock);
EnableClock(I2c5Clock);
}
void DisableI2c1Clock() {