mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-19 09:25:08 -04:00
ams_mitm: update for new sf semantics
This commit is contained in:
parent
5751bcc117
commit
e87e146112
36 changed files with 293 additions and 489 deletions
|
@ -253,6 +253,9 @@ int main(int argc, char **argv)
|
|||
/* Finalize the i2c server library. */
|
||||
boot::FinalizeI2cDriverLibrary();
|
||||
|
||||
/* Finalize the gpio server library. */
|
||||
boot::FinalizeGpioDriverLibrary();
|
||||
|
||||
/* Tell PM to start boot2. */
|
||||
R_ABORT_UNLESS(pmshellNotifyBootFinished());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue