mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-19 09:25:08 -04:00
boot: various bugfixes (b/w logo displays now)
This commit is contained in:
parent
fdab964e3d
commit
affdea9244
10 changed files with 47 additions and 19 deletions
|
@ -50,8 +50,16 @@ namespace ams::boot {
|
|||
}
|
||||
|
||||
void FinalizeI2cDriverLibrary() {
|
||||
/* TODO */
|
||||
AMS_ABORT();
|
||||
/* Finalize the i2c driver library. */
|
||||
i2c::driver::Finalize();
|
||||
|
||||
/* Finalize the i2c client library. */
|
||||
i2c::Finalize();
|
||||
|
||||
/* NOTE: Unknown finalize function is called here by Nintendo. */
|
||||
|
||||
/* Finalize the pwm client library. */
|
||||
pwm::Finalize();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue